You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am using the parallel option to run the code. I have to set the number of processors
I read that I can set in
namelist.hrldas
nproc_x = npx
nproc_y = npy
and the number of processors to be used in MPI is npx*npy
I have also read that i could set this value in
hydro.namelist
hydro_nproc_x = npx
hydro_nproc_y = npy
so my question is what is the correct way to do that ?
best
jac
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am using the parallel option to run the code. I have to set the number of processors
I read that I can set in
namelist.hrldas
nproc_x = npx
nproc_y = npy
and the number of processors to be used in MPI is npx*npy
I have also read that i could set this value in
hydro.namelist
hydro_nproc_x = npx
hydro_nproc_y = npy
so my question is what is the correct way to do that ?
best
jac
Beta Was this translation helpful? Give feedback.
All reactions