18.2.423. MPI_T_source_get_timestamp

MPI_T_source_get_timestamp — Returns a current timestamp from the source identified by the source_index argument

18.2.423.1. SYNTAX

18.2.423.1.1. C Syntax

int MPI_T_source_get_timestamp(int source_index, MPI_Count*
    timestamp)

18.2.423.2. INPUT PARAMETERS

  • source_index: Index of the source to be queried.

18.2.423.3. OUTPUT PARAMETERS

  • timestamp: The current timestamp from specified source.

18.2.423.4. DESCRIPTION

MPI_T_source_get_timestamp returns the current timestamp from the specified source.

18.2.423.5. ERRORS

MPI_T_source_get_timestamp will fail if:

  • MPI_T_ERR_NOT_INITIALIZED: The MPI Tools interface not initialized

  • MPI_T_ERR_INVALID_INDEX: The source index is invalid

See also