Function memorymanagermodule::allocate_int2d¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine
memorymanagermodule::allocate_int2d(aint, ncol, nrow, name, mem_path, memtype)¶ Allocate a 2-dimensional integer array.
- Parameters
[inout] aint: variable for allocation[in] ncol: number of columns[in] nrow: number of rows[in] name: variable name[in] mem_path: path where variable is stored[in] memtype: optional integer value that defines memaccess for variable name. valid values are MEMHIDDEN, MEMREADONLY, and MEMREADWRITE.