Skip to content

Commit eb38b46

Browse files
committed
Update doc
1 parent 147c89c commit eb38b46

File tree

1 file changed

+5
-1
lines changed
  • Docs/sphinx_documentation/source

1 file changed

+5
-1
lines changed

Docs/sphinx_documentation/source/GPU.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,11 @@ parameter, ``amrex.the_arena_init_size``, in the unit of bytes. The default
564564
can also be changed with an environment variable
565565
``AMREX_THE_ARENA_INIT_SIZE=X``, where ``X`` is the number of bytes. When
566566
both the :cpp:`ParmParse` parameter and the environment variable are
567-
present, the former will override the latter.
567+
present, the former will override the latter. In both cases, the number
568+
string could have optional single quotes ``'`` as separators (e.g.,
569+
``10'1000'100'``). It may also use floating-point notation (``2.5e10``), as
570+
long as converting it does not introduce any loss of precision.
571+
568572
The default initial size for other arenas is 8388608 (i.e., 8 MB). For
569573
:cpp:`The_Managed_Arena()` and :cpp:`The_Device_Arena()`, it can be changed
570574
with ``amrex.the_managed_arena_init_size`` and

0 commit comments

Comments
 (0)