What is M on the FDS Users Guide for running FDS on Linux? export OMP_NUM_THREADS=M #13620
Closed
Yunlongjasonliu
started this conversation in
General
Replies: 2 comments
-
M is a number that you choose. Read the remainder of that chapter of the Guide for more information on OpenMP and MPI. You may also want to go to the Wiki page whose link is in that section of the Guide. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Set M to 1 if your input file has multiple |
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
-
On page 13 of the FDS Users Guide, section 3.2.3 Linux and macOS, it reads:
export OMP_NUM_THREADS=M
mpiexec -n N -hostfile hosts.txt /home/username/.../fds job_name.fds >& job_name.err &
Do I need to give a value for M, or I just leave the letter M there?
If I need to give a value for M, what number it should be?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions