17.2.381. MPI_T_event_handle_set_info
MPI_T_event_handle_set_info — Updates the hints of the event-registration handle associated with event_registration.
17.2.381.1. SYNTAX
17.2.381.1.1. C Syntax
int MPI_T_event_handle_set_info(MPI_T_event_registration
event_registration, MPI_Info info)
17.2.381.2. INPUT PARAMETERS
event_registration
: Event registration to be queried.info
: Info argument.
17.2.381.3. DESCRIPTION
MPI_T_event_handle_set_info updates the hints of the event-registration handle associated with event_registration using the hints provided in info.
17.2.381.4. 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 invalidMPI_T_ERR_INFO
: Invalid info