-
Notifications
You must be signed in to change notification settings - Fork 341
Add Large PE layouts for mpasa3p75 testing #3492
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
Conversation
|
Here's the init results for these two, which clearly show the excessive amount of time being spend in decompInit. This is based off of b4b-dev so doesn't have the extra timers, but shows the principle. It also shows how having more memory on each node saves a significant amount of time. For mpasa3p75 L: For mpasa3p75 Lhm: I'll get this on a branch with the extra timers so we can see the details of how this performs against the new case with mpi_scan. Based on our other results the rest of lc_lnd_set_decomp_and_domain_from_readmesh should be around 20 seconds. So even if you quadruple that you have an enormous amount of time spent in decompInit_lnd. |
…, so a standard non strange test-setup is run in the testlist
slevis-lmwg
left a comment
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.
@ekluzek I like the comments, but I don't like the use of Clm45 compsets in the new tests. I'm approving, and you can decide what's best.
Description of changes
Add two new PE layouts for mpas3p75 a "L" and "Lhm" option.
Add tests of these to the uhr_decomp_init test list
Specific notes
Contributors other than yourself, if any: @briandobbins
CTSM Issues Fixed (include github issue #):
Fixes #3489
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? Yes
Allows using the "L" or "Lhm" option for the PE layout for the mpasa3p75 grid
Does this create a need to change or add documentation? Did you do so? No No
Testing performed, if any: So far just running the uhr_decomp_init test list