Function memorymanagermodule::allocate_int

Function Documentation

subroutine memorymanagermodule::allocate_int(sclr, name, mem_path, memtype)

Allocate a integer scalar.

Parameters
  • [inout] sclr: variable for allocation

  • [in] name: variable name

  • [in] mem_path: path where the variable is stored

  • [in] memtype: optional integer value that defines memaccess for variable name. valid values are MEMHIDDEN, MEMREADONLY, and MEMREADWRITE.