-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int #1552
Merged
Conversation
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 PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_integration. This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it.
jgfouca
added a commit
that referenced
this pull request
May 30, 2017
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_integration. This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it. [BFB] * origin/rljacob/cime/add-pem-test: Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int
Merged to next. Will wait to see if it passes tonight before merging to master. |
jgfouca
added a commit
that referenced
this pull request
Jun 2, 2017
remove warning for user-compset, add message if alias is found Remove warning for user-compset and add a message if an alias is found for input specified as user-compset Test suite: by hand Test baseline: Test namelist changes: Test status: bit for bit Fixes #1399 User interface changes?: Code review:
This test took 1hr 44 min on skybridge. Will lower to 1 day. |
Lower length of new PEM test to 9 steps similar to PET test.
jgfouca
added a commit
that referenced
this pull request
Jun 5, 2017
Merge #2 for this PR. * origin/rljacob/cime/add-pem-test: Lower length of PEM test
OK, re-merged to next. |
jgfouca
added a commit
that referenced
this pull request
Oct 25, 2017
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int (PR #1552) This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it. [BFB]
jgfouca
added a commit
that referenced
this pull request
Feb 27, 2018
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int (PR #1552) This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it. [BFB]
jgfouca
added a commit
that referenced
this pull request
Mar 14, 2018
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int (PR #1552) This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it. [BFB]
rljacob
pushed a commit
that referenced
this pull request
May 6, 2021
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_int (PR #1552) This test would have caught the ocean decomposition bug where, for only the oEC60to30 grid, some partitions did not have a 3-cell-wide halo resulting in BFB differences when you changed mpi-tasks. It requires 2 initial runs with different ranks to see it which is why ERP didn't catch it. [BFB]
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.
Add PEM_Ld3.ne30_oECv3_ICG.A_WCYCL1850S test to acme_integration.
This test would have caught the ocean decomposition bug where, for
only the oEC60to30 grid, some partitions did not have a 3-cell-wide
halo resulting in BFB differences when you changed mpi-tasks.
It requires 2 initial runs with different ranks to see it which
is why ERP didn't catch it.
[BFB]