17.2.401. MPI_T_source_get_timestamp
MPI_T_source_get_timestamp — Returns a current timestamp from the source identified by the source_index argument
17.2.401.1. SYNTAX
17.2.401.1.1. C Syntax
int MPI_T_source_get_timestamp(int source_index, MPI_Count*
timestamp)
17.2.401.2. INPUT PARAMETERS
source_index
: Index of the source to be queried.
17.2.401.3. OUTPUT PARAMETERS
timestamp
: The current timestamp from specified source.
17.2.401.4. DESCRIPTION
MPI_T_source_get_timestamp returns the current timestamp from the specificed source.
17.2.401.5. ERRORS
MPI_T_source_get_timestamp will fail if:
MPI_T_ERR_NOT_INITIALIZED
: The MPI Tools interface not initializedMPI_T_ERR_INVALID_INDEX
: The source index is invalid