Loading docs/source_docs/user_guide/inputs/advanced.rst +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ The following inputs must be preceded by the prefix ``amrex``: +============================+=======================================================================+=============+===============+ | the_arena_is_managed | Use managed memory for the main arena. | Int | 0 | +----------------------------+-----------------------------------------------------------------------+-------------+---------------+ | the_arena_init_size | Main memory arena's initial size in bytes. | Int | 3/4 of system | | | | | device memory | | the_arena_init_size | Initial size of main memory arena (bytes). If not specified, use | Int | Unspecified | | | 3/4 of system device memory. | | | +----------------------------+-----------------------------------------------------------------------+-------------+---------------+ | abort_on_out_of_gpu_memory | Abort if free device memory is less than the amount an arena is | Int | 0 | | | asked to allocate. | | | Loading Loading
docs/source_docs/user_guide/inputs/advanced.rst +2 −2 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ The following inputs must be preceded by the prefix ``amrex``: +============================+=======================================================================+=============+===============+ | the_arena_is_managed | Use managed memory for the main arena. | Int | 0 | +----------------------------+-----------------------------------------------------------------------+-------------+---------------+ | the_arena_init_size | Main memory arena's initial size in bytes. | Int | 3/4 of system | | | | | device memory | | the_arena_init_size | Initial size of main memory arena (bytes). If not specified, use | Int | Unspecified | | | 3/4 of system device memory. | | | +----------------------------+-----------------------------------------------------------------------+-------------+---------------+ | abort_on_out_of_gpu_memory | Abort if free device memory is less than the amount an arena is | Int | 0 | | | asked to allocate. | | | Loading