Skip to content

Commit 85819a4

Browse files
Update docs/sections/user_guide/yaml/components/execution.rst
Co-authored-by: Paul Madden <136389411+maddenp-cu@users.noreply.github.com>
1 parent 028fe94 commit 85819a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sections/user_guide/yaml/components/execution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The MPI launch program (``mpiexec``, ``srun``, et al.). This entry is only used
8787
stacksize:
8888
""""""""""
8989

90-
For drivers implementing support, exports the ``OMP_STACKSIZE`` environment variable to the execution environment, specifying the size of the stack for threads created by OpenMP. The value of this environment takes the form: *size* | *size*\ **B** | *size*\ **K** | *size*\ **M** | *size*\ **G**. When only *size* is provided, the unit is assumed to be kilobytes.
90+
For drivers implementing support, exports the ``OMP_STACKSIZE`` environment variable to the execution environment, specifying the size of the stack for threads created by OpenMP. The value takes the form: *size* | *size*\ **B** | *size*\ **K** | *size*\ **M** | *size*\ **G**. When only *size* is provided, the unit is assumed to be kilobytes.
9191

9292
threads:
9393
""""""""

0 commit comments

Comments
 (0)