Replies: 1 comment
-
The ramp case has a very coarse mesh, so using 64 cores is not quite necessary and may actually slow down the simulation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently learning the Ramp case and would like to use more CPU cores for computation. However, when I changed mpirun --oversubscribe -np 4 python runPrimal.py to mpirun --oversubscribe -np 64 python runPrimal.py in preprocessing.sh, it seems that running ./processing.sh has become slower. Could anyone help me understand why this is happening? Thank you so much for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions