mpiCaptureNumber

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
   mpiCaptureNumber(MPICapture capture,
                    long       *number);

Required Header: capture.h

Change History: Added in 04.00.

Description

mpiCaptureNumber reads the index of the capture block associated with the capture object and writes it into the contents of a long pointed to by number.

capture A handle to the capture object.
number The capture index is written here.

See Also

mpiCaptureCreate