|
Data Structures |
struct | MPI_Status |
struct | MPI_F08_status |
Typedefs |
typedef void(* | MPI_MainFn )(int, char **) |
typedef int | MPI_Datatype |
typedef intptr_t | MPI_Aint |
typedef int | MPI_Fint |
typedef MPI_Aint | MPI_Count |
typedef long long int | MPI_Offset |
typedef int | MPI_Op |
typedef void( | MPI_User_function )(void *invec, void *inoutvec, int *len, MPI_Datatype *datatype) |
typedef int | MPI_Comm |
| Communicators give a communication context to a set of processors.
|
typedef int | MPI_Group |
| Groups represent an set of processors 0.
|
typedef int | MPI_Info |
typedef int | MPI_Request |
typedef int | MPI_Message |
typedef int | MPI_Errhandler |
typedef void( | MPI_Comm_errhandler_fn )(MPI_Comm *, int *,...) |
typedef void( | MPI_Comm_errhandler_function )(MPI_Comm *, int *,...) |
typedef int( | MPI_Comm_copy_attr_function )(MPI_Comm oldcomm, int keyval, void *extra_state, void *attribute_val_in, void *attribute_val_out, int *flag) |
typedef int( | MPI_Comm_delete_attr_function )(MPI_Comm comm, int keyval, void *attribute_val, void *extra_state) |
typedef void( | MPI_Handler_function )(MPI_Comm *, int *,...) |
typedef int( | MPI_Copy_function )(MPI_Comm oldcomm, int keyval, void *extra_state, void *attribute_val_in, void *attribute_val_out, int *flag) |
typedef int( | MPI_Delete_function )(MPI_Comm comm, int keyval, void *attribute_val, void *extra_state) |
typedef int | MPI_Type_copy_attr_function (MPI_Datatype oldtype, int type_keyval, void *extra_state, void *attribute_val_in, void *attribute_val_out, int *flag) |
typedef int | MPI_Type_delete_attr_function (MPI_Datatype datatype, int type_keyval, void *attribute_val, void *extra_state) |
typedef int | MPI_Grequest_query_function (void *extra_state, MPI_Status *status) |
typedef int | MPI_Grequest_free_function (void *extra_state) |
typedef int | MPI_Grequest_cancel_function (void *extra_state, int complete) |
typedef void(* | MPI_PupFn )(pup_er, void *) |
typedef void(* | MPI_MigrateFn )(void) |
typedef int | MPI_Win |
typedef void( | MPI_Win_errhandler_fn )(MPI_Win *, int *,...) |
typedef void( | MPI_Win_errhandler_function )(MPI_Win *, int *,...) |
typedef int( | MPI_Win_copy_attr_function )(MPI_Win oldwin, int keyval, void *extra_state, void *attribute_val_in, void *attribute_val_out, int *flag) |
typedef int( | MPI_Win_delete_attr_function )(MPI_Win win, int keyval, void *attribute_val, void *extra_state) |
typedef int | MPIX_Grequest_class |
typedef int | MPIX_Grequest_poll_function (void *extra_state, MPI_Status *status) |
typedef int | MPIX_Grequest_wait_function (int count, void **array_of_states, double timeout, MPI_Status *status) |
typedef int( | MPI_Datarep_conversion_function )(void *, MPI_Datatype, int, void *, MPI_Offset, void *) |
typedef int( | MPI_Datarep_extent_function )(MPI_Datatype datatype, MPI_Aint *, void *) |
typedef int | MPI_T_enum |
typedef int | MPI_T_cvar_handle |
typedef int | MPI_T_pvar_handle |
typedef int | MPI_T_pvar_session |
typedef void( | MPI_File_errhandler_function )(MPI_File *file, int *err,...) |
Functions |
CLINKAGE int | AMPI_Main_cpp (int argc, char **argv) |
int | AMPI_Main_cpp (void) |
int | AMPI_Main () |
void | AMPI_Main_c (int argc, char **argv) |
Variables |
MPI_Comm | MPI_COMM_UNIVERSE [MPI_MAX_COMM_WORLDS] |