-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Breaking Change] Tasking rewrite #987
Merged
Merged
Changes from 11 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bee5684
trying to use new tasks
jdolence e881ad9
Merge branch 'lroberts36/bugfix-sparse-cache' into jdolence/new_tasking
jdolence 90f3e59
remove debugging
jdolence 92564e1
formatting
jdolence 6fde57d
remove raw mpi.hpp include
jdolence 2320c0e
style
jdolence 95818ba
more style
jdolence d602a35
and more style
jdolence 10a67f1
ok thats enough
jdolence 23803d0
actually remove the old task stuff
jdolence a4db040
formatting
jdolence 8b7d42a
maybe last style commit...
jdolence 52f0d5a
oops, includes inside parthenon namespace
jdolence e6eb2e3
update TaskID unit test
jdolence ce7a6bb
missing header
jdolence 1ddc2e0
port the poisson examples
jdolence 0bd54cf
try to fix serial builds
jdolence 6082812
clean up branching in `|` operator of TaskID
jdolence 07ae71a
rename Queue ThreadQueue
jdolence c1dbcb3
formatting
jdolence fbbe02a
try to fix builds with threads
jdolence d39a31a
update tasking docs
jdolence b074ee6
formatting and update changelog
jdolence 829e047
address review comments
jdolence fc16f0f
merge develop
jdolence b400c11
style
jdolence 9957538
add a comment about the dependent variable in Task
jdolence 6a33dd6
address review comments
jdolence bf290fc
Merge branch 'develop' into jdolence/new_tasking
jdolence 6029f7d
add TaskQualifier to driver prelude
jdolence ae047de
move using statement
jdolence cf59020
fix bug in ThreadQueue
jdolence dc16a32
set final_residual in gmg and bicgstab even if they exit by reaching …
jdolence 18628be
fix serial case for tasks marked completion and global_sync
jdolence 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
👍