PARALLEL COMPUTING OPENRADIOSS #930
Unanswered
CinekPoland
asked this question in
Q&A
Replies: 1 comment
-
Hi @CinekPoland Good guess is -np 32 in the starter command line. ( you will find useful information in https://github.com/OpenRadioss/OpenRadioss/blob/main/INSTALL.md ) Thanks, |
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 installed Openradioss with inteloneapi base toolkit, inteloneapi hpc toolkit and microsoft mpi. I have one computer which contain two physical processors Xeon(R) CPU E5-2683 v4 each of this two physical processors have 16 cores. What I have to write in command prompt (CMD) to maximize the power of both of these processors ?
The order of commands that are entered in CMD is as follows:
cd C:\Program Files\OpenRadioss\exec
commands.bat
starter_win64.exe -i C:\Users\cinek\Desktop\Test_Case_Radioss\cylinder_shear_TN_0000.rad -np 1 -outfile=".\res"
engine_win64.exe -i C:\Users\cinek\Desktop\Test_Case_Radioss\cylinder_shear_TN_0001.rad -outfile=".\res"
So second my question is in which command is in wchich command I have write to to maximize the power of both of these processors ?
Beta Was this translation helpful? Give feedback.
All reactions