mpiCompareLoad

Declaration
long mpiCompareLoad(MPICompare       compare,
                    MPICompareParams *params,
                    void             *external) 
Required Header stdmpi.h
Description

CompareLoad loads a Compare object's (compare) parameters using data from the structure pointed to by params, and also using data from the implementation-specific structure.

Return Values
MPIMessageOK if CompareLoad successfully loads the Compare object's parameters using the data from the structure.
See Also