Function memorymanagermodule::checkin_int1d¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine
memorymanagermodule::checkin_int1d(aint, name, mem_path, name2, mem_path2, memtype)¶ Check in an existing 1d integer array with a new address (name + path)
- Parameters
[in] aint: the existing array[in] name: new variable name[in] mem_path: new path where variable is stored[in] name2: existing variable name[in] mem_path2: existing path where variable is stored[in] memtype: optional integer value that defines memaccess for variable name. valid values are MEMHIDDEN, MEMREADONLY, and MEMREADWRITE.