MemCom Reference Manual > MemCom ftn Fortran API > Dynamic Memory Manager (DMM) > mcf_dmm_open

Name

mcf_dmm_open — Open DM system

Synopsis

subroutine mcf_dmm_open(refad,status)

real*8 refad(1)
integer*4 status

Description

mcf_dmm_open opens the DMM system and tells DMM where to find the work space reference address. The work space reference address may be declared as dimension, common, or save variable. Once specified the reference address remains fixed throughout the whole run. DMM is automatically initialized when MemCom is initialized, i.e when mcf_init is called.

Parameters

refad

DMM reference address (input).

status

Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned if an error has been detected.