-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BL/TinyProfiler SyncBeforeComms #2762
Closed
Closed
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f236e57
First draft.
kngott c6fd925
Base Profile Fixes.
kngott 8bafe67
Adjust timers and syncs for consistency.
kngott bea31cb
Extra lines.
kngott 088771c
Take into account leaving finishes early.
kngott 08638fc
Add HDF5 H5Z-ZFP support in CMake (#2753)
jrood-nrel cdc0daa
add scomp and ncomp arguments to IntegratorOps functions. (#2759)
dwillcox 102e93c
Avoid the use of null stream (#2754)
WeiqunZhang a4bf36e
multilevel version of writeplotfiletoascii (#2742)
ajnonaka 60a5547
Fix the Advection_AmrCore test (#2761)
WeiqunZhang 45f9617
Time step in the AmrLevel test (#2763)
WeiqunZhang ec497e9
Fix Wstringop-overflow warning in FabConv (#2767)
WeiqunZhang 6a8011c
this updates to recent Hypre API changes (#2765)
PaulMullowney b6a4e64
Fix maybe-uninitialized warning in calling mlock (#2768)
WeiqunZhang 80a15e4
Update particle << operator after changes to id/cpu (#2769)
atmyers 92ace57
Fix: AmrCore Move (#2773)
ax3l 91124b1
Add an optional volume weighting to AMRErrorTag (#2772)
maximumcats 2ab2135
Change repo html address to Ubuntu 20.04 (#2766)
etpalmer63 e04edae
CI--HIP: wget gpg key from https instead of http (#2771)
etpalmer63 5df7ff4
configure value of AMReX_GPU_RDC flag for use in cmake find_package(A…
etpalmer63 7bbe9fa
Fix the bug in the CMake build with AMReX_BASE_PROFILE. (#2774)
hengjiew 32b1a0b
AmrCore: Include utility (#2778)
ax3l 899d907
Add some timestep controls to the AMReX TimeIntegrator class for its …
dwillcox a0f5b04
Remove a Sync object.
kngott 42a189e
Back to before
kngott File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might too late because the function might return early.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed.