Function memorymanagermodule::allocate_dbl1d

Function Documentation

subroutine memorymanagermodule::allocate_dbl1d(adbl, nrow, name, mem_path, memtype)

Allocate a 1-dimensional real array.

Parameters
  • [inout] adbl: variable for allocation

  • [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.