mpiIdnListIdn

Declaration
MPIIdn mpiIdnListIdn(MPIIdnList idnList,
                     long       index,) 
Required Header stdmpi.h
Description

IdnListIdn returns the position of the element on the list indicated by "index."

  idnList a handle to the IdnList object.
  index a position in the list.
     
Return Values
MPIMessageARG_INVALID if index is a negative number.
MEIListMessageELEMENT_NOT_FOUND if index is greater than or equal to the number of elements in the list.
MPIMessageHANDLE_INVALID if idnList is an invalid handle.
See Also