Number of CPUs for planar domain LFRic setups #648
Replies: 2 comments 10 replies
-
|
Not sure that we have a guide. But you are right to consider the multigrid levels and so that it is the coarsest mesh that is partitioned. The next thing I would do is that if you have multiplied your total number of cells by 4, then I would also increase the cpus by 4 (so try 512 rather than 256). You may also need to increase the xios mpi/nodes. I'm not sure that we have a formula to work out the correct xios mpi? I would just go with the try multiplying that by 4 too. |
Beta Was this translation helpful? Give feedback.
-
|
256x256 should/does work with 256CPUs - in fact there's a rose-stem job which does exactly this: https://github.com/MetOffice/lfric_apps/blob/main/rose-stem/site/common/lfric_atm/tasks_lfric_atm.cylc#L723 - what is the problem you are seeing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a guide or a formula for how to choose the number of CPUs correctly for an LFRic setup on a planar mesh and the usual four multigrid levels?
For example, I don't understand why a 256x256 point domain doesn't run on 256 CPUs while a 128x128 point setup on 128 CPUs does. This is on Monsoon, so there are 128 cores per node.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions