Commit 508fef74 authored by Charles G Waldman's avatar Charles G Waldman
Browse files

default value

parent 01bc02de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.                                                    |             |               |