FreeNOS
|
Go to the source code of this file.
Functions | |
C int | MPI_Init (int *argc, char ***argv) |
C int | MPI_Finalize (void) |
C int | MPI_Send (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
C int | MPI_Recv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
C int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
C int | MPI_Comm_size (MPI_Comm comm, int *size) |
Variables | |
static MpiBackend * | mpiBackend = MpiBackend::create() |
|
static |
Definition at line 22 of file mpi.cpp.
Referenced by MPI_Comm_rank(), MPI_Comm_size(), MPI_Finalize(), MPI_Init(), MPI_Recv(), and MPI_Send().