Skip to content

Commit d0e35ca

Browse files
committed
Better wording and format fix for OMP_NUM_THREADS_FIRE guidance in users guide
1 parent 1ab3b28 commit d0e35ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • doc/UsersGuide/BuildingRunningTesting

doc/UsersGuide/BuildingRunningTesting/FIRE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ The fire module has the ability to print out additional messages to the log file
9898
fire:
9999
FIRE_PRINT_MSG: 1
100100
101-
The fire module now supports OpenMP parallelization. By default, parallelization is off, but it can be enabled by setting ``OMP_NUM_THREADS_FIRE`` to a value greater than 1. In testing we have observed a 10-25% speedup with ``OMP_NUM_THREADS_FIRE: 2`` vs 1, with only marginal additional speedup for ``OMP_NUM_THREADS_FIRE>2``.
101+
The fire module now supports OpenMP parallelization. By default, parallelization is off, but it can be enabled by setting ``OMP_NUM_THREADS_FIRE`` to a value greater than 1. In testing with the default case (200x200 domain) we have observed a 10-25% speedup with ``OMP_NUM_THREADS_FIRE: 2`` vs 1, with only marginal additional speedup for ``OMP_NUM_THREADS_FIRE>2``. However, larger domains may benefit from additional parallel threads.
102102

103103
.. code-block:: console
104-
104+
105105
fire:
106106
OMP_NUM_THREADS_FIRE: 2
107107

0 commit comments

Comments
 (0)