PURPOSE

To return allocated local memory to FMS

SYNOPSIS

CALL FMSILR (IMD, LOC, LEN)
CALL FMSRLR (RMD, LOC, LEN)
CALL FMSCLR (CMD, LOC, LEN)

INPUT PARAMETERS

OUTPUT PARAMETERS:

None.

FMS PARAMETERS:

The following FMS Parameters are especially important to this routine:
Parameter Description
MAXMD Amount of memory to use
MAXCPU Number of processors
MDUSED Amount of memory already used
SHOW Display reports

DESCRIPTION:

Subroutine FMSILR returns LEN integer words per processor, starting at IMD(LOC) on processor 0 (parent). Subroutine FMSRLR returns LEN REAL*8 words starting at RMD(LOC). Subroutine FMSCLR returns LEN COMPLEX*16 words starting at CMD(LOC). All memory returned to FMS must first have been allocated by calling FMSILG, FMSRLG or FMSCLG.

The total memory returned is MAXCPU * LEN words.