Go to the source code of this file.
|
int | MPI_Pack (const void *, int, MPI_Datatype, void *, int, int *, MPI_Comm) |
|
int | MPI_Unpack (const void *, int, int *, void *, int, MPI_Datatype, MPI_Comm) |
|
int | MPI_Probe (int, int, MPI_Comm, MPI_Status *) |
|
int | MPI_Get_count (const MPI_Status *, MPI_Datatype, int *) |
|
int | MPI_Send (const void *, int, MPI_Datatype, int, int, MPI_Comm) |
|
int | MPI_Recv (void *, int, MPI_Datatype, int, int, MPI_Comm, MPI_Status *) |
|
int | MPI_Init (int *, char ***) |
|
int | MPI_Finalize (void) |
|
int | MPI_Comm_size (MPI_Comm, int *) |
|
int | MPI_Comm_rank (MPI_Comm, int *) |
|
int | MPI_Get_processor_name (char *, int *) |
|
◆ MPI_CHAR
◆ MPI_COMM_WORLD
to pass examples/cpp/mpi.cpp //////////////////////////////
Definition at line 46 of file dummy_mpi.h.
◆ MPI_DOUBLE
◆ MPI_MAX_PROCESSOR_NAME
#define MPI_MAX_PROCESSOR_NAME 100 |
◆ MPI_SUCCESS
◆ MPI_UNSIGNED
◆ MPI_UNSIGNED_CHAR
#define MPI_UNSIGNED_CHAR 0 |
◆ MPI_Comm
to pass hd2mpi ////////////////////////////////////////////
Definition at line 13 of file dummy_mpi.h.
◆ MPI_Datatype
◆ MPI_Status
to pass h2mpi, hs2mpi /////////////////////////////////////
Definition at line 35 of file dummy_mpi.h.
◆ MPI_Comm_rank()
◆ MPI_Comm_size()
◆ MPI_Finalize()
int MPI_Finalize |
( |
void |
| ) |
|
|
inline |
◆ MPI_Get_count()
◆ MPI_Get_processor_name()
int MPI_Get_processor_name |
( |
char * |
, |
|
|
int * |
|
|
) |
| |
|
inline |
◆ MPI_Init()
int MPI_Init |
( |
int * |
, |
|
|
char *** |
|
|
) |
| |
|
inline |
◆ MPI_Pack()
◆ MPI_Probe()
◆ MPI_Recv()
◆ MPI_Send()
◆ MPI_Unpack()