#include "RTOp_MPI_config.h"Include dependency graph for RTOp_mpi.c:
Go to the source code of this file.
Functions | |
| int | MPI_Init (int *argc, char ***argv) |
| int | MPI_Finalize (void) |
| int | MPI_Comm_size (MPI_Comm comm, int *size) |
| int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
| int | MPI_Type_struct (int count, int *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Datatype *array_of_types, MPI_Datatype *data_type) |
| int | MPI_Type_commit (MPI_Datatype *datatype) |
| int | MPI_Type_free (MPI_Datatype *op) |
| int | MPI_Op_create (MPI_User_function *func, int communitive, MPI_Op *op) |
| int | MPI_Op_free (MPI_Op *op) |
| int | MPI_Send (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
| int | MPI_Recv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
| int | MPI_Sendrecv_replace (void *buff, int count, MPI_Datatype datatype, int dest, int sendtag, int source, int recvtag, MPI_Comm comm, MPI_Status *status) |
| int | MPI_Reduce (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
| int | MPI_Allreduce (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
| int | MPI_Barrier (MPI_Comm comm) |
| int | MPI_Bcast (void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) |
| int | MPI_Gather (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
|
||||||||||||
|
Definition at line 46 of file RTOp_mpi.c. |
|
|
Definition at line 51 of file RTOp_mpi.c. |
|
||||||||||||
|
Definition at line 56 of file RTOp_mpi.c. |
|
||||||||||||
|
Definition at line 62 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||
|
Definition at line 68 of file RTOp_mpi.c. |
|
|
Definition at line 98 of file RTOp_mpi.c. |
|
|
Definition at line 103 of file RTOp_mpi.c. |
|
||||||||||||||||
|
Definition at line 109 of file RTOp_mpi.c. |
|
|
Definition at line 114 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||||||
|
Definition at line 120 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 125 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 131 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 137 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||||||
|
Definition at line 149 of file RTOp_mpi.c. |
|
|
Definition at line 161 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||
|
Definition at line 166 of file RTOp_mpi.c. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 171 of file RTOp_mpi.c. |
1.3.9.1