nm_mpi_session.h
Go to the documentation of this file.
int MPI_Session_set_errhandler(MPI_Session session, MPI_Errhandler errhandler)
int MPI_Session_get_num_psets(MPI_Session session, MPI_Info info, int *npset_names)
int MPI_Session_get_pset_info(MPI_Session session, const char *pset_name, MPI_Info *info)
int MPI_Session_call_errhandler(MPI_Session session, int errorcode)
int MPI_Session_get_errhandler(MPI_Session session, MPI_Errhandler *errhandler)
int MPI_Session_get_info(MPI_Session session, MPI_Info *info_used)
int MPI_Group_from_session_pset(MPI_Session session, const char *pset_name, MPI_Group *newgroup)
int MPI_Session_get_nth_pset(MPI_Session session, MPI_Info info, int n, int *pset_len, char *pset_name)
int MPI_Session_create_errhandler(MPI_Session_errhandler_function *session_errhandler_fn, MPI_Errhandler *errhandler)
int MPI_Session_init(MPI_Info info, MPI_Errhandler errhandler, MPI_Session *session)
int MPI_Session_finalize(MPI_Session *session)
void MPI_Session_errhandler_function(MPI_Session *, int *error_code,...)
Definition nm_mpi_types.h:514