Reduce threading barriers in ocean#194
Merged
mark-petersen merged 2 commits intoMay 27, 2019
Merged
Conversation
Contributor
|
@amametjanov could you rebase on the head of ocean/develop? If you prefer to add these commits to #152 and close this PR, that is fine. Whatever is easiest for you. The two PRs look similar, but they each edit a large number of files. |
To make multi-threaded runs BFB with single-threaded runs in coupled cases.
ce2b6ca to
8838e74
Compare
Contributor
Author
|
Rebased |
mark-petersen
added a commit
that referenced
this pull request
Apr 12, 2019
Reduce the number of threading barriers in ocean [BFB]
mark-petersen
approved these changes
Apr 23, 2019
mark-petersen
left a comment
Contributor
There was a problem hiding this comment.
This passed all my tests for MPAS-O and E3SM. Just waiting in line for PR to proceed on E3SM next now.
jonbob
added a commit
to E3SM-Project/E3SM
that referenced
this pull request
May 29, 2019
MPAS-Ocean threading and GPU update This updates OpenMP and OpenACC calls in MPAS-Ocean, including: * GPU optimization in EOS: MPAS-Dev/MPAS-Model#69 and MPAS-Dev/MPAS-Model#170 * Update ocean BGC threading: MPAS-Dev/MPAS-Model#152 * Reduce threading barriers: MPAS-Dev/MPAS-Model#194 It is not bfb due to change in order of operations. It should not be climate changing. Fixes #2860 [non-BFB]
jonbob
added a commit
to E3SM-Project/E3SM
that referenced
this pull request
May 30, 2019
MPAS-Ocean threading and GPU update This PR updates OpenMP and OpenACC calls in MPAS-Ocean, including: * GPU optimization in EOS: MPAS-Dev/MPAS-Model#69 and MPAS-Dev/MPAS-Model#170 * Update ocean BGC threading: MPAS-Dev/MPAS-Model#152 * Reduce threading barriers: MPAS-Dev/MPAS-Model#194 It is not bfb due to change in order of operations. It should not be climate changing. Fixes #2860 [non-BFB]
ashwathsv
pushed a commit
to ashwathsv/MPAS-Model
that referenced
this pull request
Jul 21, 2020
…evelop Reduce the number of threading barriers in ocean [BFB]
mark-petersen
added a commit
to mark-petersen/MPAS-Model
that referenced
this pull request
Jan 11, 2021
…evelop Reduce the number of threading barriers in ocean [BFB]
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reduce the number of threading barriers in ocean
[BFB]