mcf_dmm_open — Open DM system
subroutine mcf_dmm_open(refad,status) real*8 refad(1) integer*4 status
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.