mpiIdnListIdnNumber

Declaration
long mpiIdnListIdnNumber(MPIIdnList   idnList,
                         MPIIdnNumber *number)
Required Header stdmpi.h
Description

IdnListIdnNumber reads the identification numbers of an IdnList object (idnList) and writes it to an array of MPIIdnNumbers pointed to by number.

  idnList a handle to the IdnList object.
  *number a pointer to an array of MPIIdnNumbers returned by the method.
     
Return Values
MPIMessageOK if IdnListIdnNumber successfully gets the list of identification numbers.
See Also mpiIdnNumberGET