-
Notifications
You must be signed in to change notification settings - Fork 19
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
Changes to return correct dimensions for the MPI grid from the OpenMP subgrids #3350
Conversation
I can confirm this fix works on Hercules with openmp |
@aoloso Can you add a changelog entry for this? |
Note: I did try this out with a simple AMIP run (so not exercising it probably) and it was zero-diff. So it doesn't seem to affect our way of running |
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.
How is the test coming along? It will be more difficult to verify the test once the fix is merged. You'll have to checkout a pre-fixed version but that version also won't have the test ...
Types of change(s)
Checklist
make tests
)Description
Changes were made to add attributes to the subgrids (i.e. created by dividing the MPI subdomain into smaller subdomains equal to the number of OpenMP threads) such that the correct dimensions for the MPI subdomain could be retrieved from the subgrids where ever needed.
Related Issue
use_threads set to True for openMp Issue #3274