What is the proper way to start a FDS parallel run on Linux clusters? #13619
Closed
Yunlongjasonliu
started this conversation in
General
Replies: 2 comments 1 reply
-
mpiexec - n 5 job_name.fds Please read the FDS documentation. There are instructions on how to run FDS in it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It only works on my Linux platform if I applied the following: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why I use the following my parallel case won't run?
mpiexec -n 5 job_name.fds
But using the following it works, is the following the correct way to start a run?
mpiexec -n 5 fds job_name.fds
Beta Was this translation helpful? Give feedback.
All reactions