-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update config_pes for OMIP-2 simulations on Betzy #248
Conversation
cime_config/config_pes.xml
Outdated
@@ -602,4 +602,42 @@ | |||
</mach> | |||
</grid> | |||
|
|||
<grid name="a%TL319.+oi%tnx1v4"> |
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.
The configuration above (line 153) seems to be fine for fram, whereas on betzy your configuration has less idle processors. But I would suggest to move this configuration up, below the one in line 153. Then it might make sense to specify mach="betzy" here, and maybe compset="_DATM.*_BLOM%ECO" to avoid that this configuration is picked unintendely instead of the one in line 415
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.
Thanks for input, I will set mach="betzy" and compset="_DATM.*_BLOM"
I would like to keep the option to run with and without iHAMOCC. Once in a while it is interesting to check how much extra resources are needed for running the model with BGC.
Sorry for not responding sooner to this PR. Actually, it seems that hardly any processor configuration for TL319+tnx1v4 is utilizing betzy nodes well (e.g for compset _DATM.*_BLOM%ECO, more than 70% of the 5th node is not used), so some overhaul of this probably needed. Specific comments to this PR:
@monsieuralok has quite some experience in benchmarking this, so maybe he can provide some recommendations. |
@TomasTorsvik You can merge this pull request as it is for tnx1v4 it would not impact much with CICE only check in CASE folder in env_build.xml that it exist. Usually, that is the fastest decomposition type especially for tripolar grid. |
Thanks for the feedback! |
I wanted to run OMIP-2 simulations on Betzy, and found that I could not find a suitable
config_pes
definition for NOIIAJRA for runnig on Betzy. I have made a new definition for running on 512 cores (4 nodes), but I'm not sure it's an optimal setting. Should it be defined for "betzy" only, or for some particular compset (e.g. "DATM") only?