MemCom Reference Manual > MemCom (Old) Fortran77 API > The Dynamic Memory Manager (DMM) > dmmope

Name

dmmope — Open Dynamic Memory Manager

Description

dmmope initializes and 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 unless a call to dmmrfa re-allocates the reference address.

Specification (F77)

subroutine dmmope(refad, status)
integer*4 refad
integer*4 status

Parameters

refad

DMM reference address (input).

status

Status code returned (output). A value of 0 indicates normal completion of the operation. A negative value indicates an error. A positive value indicates a warning. See MemCom error codes.