mpiCaptureNumber
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCaptureNumber(MPICapture capture, int32_t *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 int32_t pointed to by number.
capture | A handle to the capture object. |
---|---|
number | The capture index is written here. |
See Also