nm_mpi_config.h
Go to the documentation of this file.
165int MPI_Comm_create_errhandler(MPI_Comm_errhandler_function*function, MPI_Errhandler*errhandler);
int MPI_Abort(MPI_Comm comm, int errorcode)
This routine makes a best attempt to abort all tasks in the group of comm.
int MPI_Error_string(int errorcode, char *string, int *resultlen)
Returns the error string associated with an error code or class.
int MPI_Comm_call_errhandler(MPI_Comm comm, int errorcode)
int MPI_Pcontrol(const int level,...)
int MPI_Get_address(const void *location, MPI_Aint *address)
Returns the byte address of location.
int MPI_Errhandler_get(MPI_Comm comm, MPI_Errhandler *errhandler)
int MPI_Query_thread(int *provided)
Return the level of thread support provided by the MPI library.
int MPI_Add_error_class(int *errorclass)
int MPI_Add_error_code(int errorclass, int *errorcode)
int MPI_Get_processor_name(char *name, int *resultlen)
This routine returns the name of the processor on which it was called at the moment of the call.
int MPI_Init(int *argc, char ***argv)
This routine must be called before any other MPI routine.
int MPI_Comm_set_errhandler(MPI_Comm comm, MPI_Errhandler errhandler)
int MPI_Add_error_string(int errorcode, const char *string)
int MPI_Errhandler_free(MPI_Errhandler *errhandler)
int MPI_Errhandler_set(MPI_Comm comm, MPI_Errhandler errhandler)
int MPI_Alloc_mem(MPI_Aint size, MPI_Info info, void *baseptr)
Allocate memory for message passing.
int MPI_Init_thread(int *argc, char ***argv, int required, int *provided)
The following function may be used to initialize MPI, and initialize the MPI thread environment,...
int MPI_Errhandler_create(MPI_Handler_function *function, MPI_Errhandler *errhandler)
int MPI_Comm_get_errhandler(MPI_Comm comm, MPI_Errhandler *errhandler)
int MPI_Comm_create_errhandler(MPI_Comm_errhandler_function *function, MPI_Errhandler *errhandler)
int MPI_Error_class(int errorcode, int *errorclass)
int MPI_Get_library_version(char *version, int *resultlen)
Returns the version of madmpi.
double MPI_Wtime(void)
Returns a floating-point number of seconds, representing elapsed wall-clock time since some time in t...
void() MPI_Comm_errhandler_function(MPI_Comm *, int *,...)
Definition nm_mpi_types.h:509
nm_len_t size
size of the onsided data (not incuding target-side completion)
Definition nm_onesided_private.h:1