File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ number given after the `-n` flag is the number of processes to run. A
109109good rule of thumb is to use one less process than the number of
110110processsors (or threads) that the machine you are running on has.
111111
112+ :exclamation : Users in environments where OpenMP is available may experience
113+ over-utilization of CPU resources, leading to lower performance. If you experience
114+ this issue try setting the ` OMP_NUM_THREADS ` environment variable to 1 before running
115+ MetSim.. This can be done in bash and similar shells by running
116+ ` export OMP_NUM_THREADS=1 ` .
117+
112118References
113119==========
114120
Original file line number Diff line number Diff line change @@ -113,6 +113,14 @@ after the ``-n`` flag is the number of processes to run. A good rule of thumb is
113113to use one less process than the number of processsors (or threads) that the
114114machine you are running on has.
115115
116+ .. warning ::
117+ Users in environments where OpenMP is available may experience
118+ over-utilization of CPU resources, leading to lower performance. If you experience
119+ this issue try setting the `OMP_NUM_THREADS ` environment variable to 1 before running
120+ MetSim.. This can be done in bash and similar shells by running
121+ `export OMP_NUM_THREADS=1 `.
122+
123+
116124References
117125==========
118126
You can’t perform that action at this time.
0 commit comments