Function memorymanagermodule::get_from_memorylist¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine, public memorymanagermodule::get_from_memorylist (name, mem_path, mt, found, check) @ brief Get a memory type entry from the memory list
Default value for
- check is .true. which means that this
routine will kill the program when the memory entry cannot be found.
- Parameters
[in] name: variable name[in] mem_path: path where the variable is stored[inout] mt: memory type entry[out] found: set to .true. when found[in] check: to suppress aborting the program when not found, set check = .false.