mpiCompareLoadStartStopPoints
Declaration
MPI_DEF1 MPI_RESULT MPI_DEF2
    mpiCompareLoadStartStopPoints(MPICompare        compare,
                                  MPIComparePoint   startPoint,
                                  MPIComparePoint   stopPoint)
                       
Description
mpiCompareLoadSartStopPoints loads a pair of start and stop points.
| compare | A handle to the compare object. | 
|---|---|
| startPoint | MPIComparePoint to indicate startPoint. | 
| stopPoint | MPIComparePoint to indicate stopPoint. | 
Sample Code
compareStream.c demonstrates the streaming mode of the compare module:
Command line options -bufferSize < Positive integer number (max,min) –(10000,16)> -file < Valid file name to the test compareStream points>
compareDelta.c demonstrates the delta mode of the compare module:
Command line options -bufferSize < Positive integer number (max,min) –(10000,16)> -file < Valid file name to the test compareStream points>
