mpiIdnListInsert

Declaration
long mpiIdnListInsert(MPIIdnList idnList,
                      MPIIdn     idn,
                      MPIIdn     insert)
Required Header stdmpi.h
Description

IdnListInsert inserts an Idn object (insert) in an IdnList (idnList), just after this Idn object (idn).

Return Values
MPIMessageOK if IdnListInsert successfully inserts the Idn into the IdnList, in the slot after the specified Idn (idn)
See Also