17.2.377. MPI_T_event_handle_get_info
MPI_T_event_handle_get_info — Returns a new info object containing the hints of the event-registration handle associated with event_registration
17.2.377.1. SYNTAX
17.2.377.1.1. C Syntax
#include <mpi.h>
int MPI_T_event_handle_get_info(MPI_T_event_registration event_registration,
MPI_Info *info)
17.2.377.2. INPUT PARAMETERS
event_registration
: Event registration to be queried.
17.2.377.3. OUTPUT PARAMETERS
info
: Info argument.
17.2.377.4. DESCRIPTION
MPI_T_event_handle_get_info can be used to query information from a source.
17.2.377.5. ERRORS
MPI_T_source_get_info will fail if:
MPI_T_ERR_NOT_INITIALIZED
: The MPI Tools interface not initializedMPI_T_ERR_INVALID_INDEX
: The event registration is invalid