Function memorymanagermodule::allocate_dbl¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine
memorymanagermodule::allocate_dbl(sclr, name, mem_path, memtype)¶ Allocate a real scalar.
- Parameters
[inout] sclr: variable for allocation[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.