mpiIdnListGet

Declaration
long mpiIdnListGet(MPIIdnList idnList,
                   long       *idnCount,
                   MPIIdn     *idnArray)
Required Header stdmpi.h
Description

IdnListGet gets an array (that contains the handles of the Idn objects held by idnList), and writes that array (of idnCount handles) to the location pointed to by idnArray, and also writes the number of Idn objects (held by idnList) to the location pointed to by idnCount.

Return Values
MPIMessageOK if IdnListGet successfully writes the array of Idn hanldes and the number of Idn objects to the idnArray and idnCount locations (respectively)
See Also