FreeNOS
|
Go to the source code of this file.
Functions | |
Environmental Management | |
C int | MPI_Init (int *argc, char ***argv) |
C int | MPI_Finalize (void) |
Communicator Contexts | |
C int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
C int | MPI_Comm_size (MPI_Comm comm, int *size) |
Point-to-Point Communication | |
| |
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) |