MPI process limit #30723
-
|
Hello, I am running SC as a subapp in a Griffin-HTM-SC coupled scheme. When I try running SC via Griffin I get the following error: My question is, if there is a way around this? Could I use more than one MPI process for the Griffin-HTM portion and then when the problem gets to SC I utilize one MPI process. I would appreciate any recommendations or suggestions. As it stands SC is the fastest portion of the simulation so only using one MPI process for the entire simulation is a big bottleneck. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
set max_procs_per_app = 1 in the SCM multiapps block, then you can use more processes in the parent app than in the child app |
Beta Was this translation helpful? Give feedback.
set max_procs_per_app = 1 in the SCM multiapps block, then you can use more processes in the parent app than in the child app