Go to the source code of this file.
|
int | MPI_Barrier (MPI_Comm comm) |
|
int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
|
int | MPI_Comm_size (MPI_Comm comm, int *size) |
|
template<class T > |
int | MPI_Allreduce (const T *sendbuf, T *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
template<class T > |
int | MPI_Reduce (const T *sendbuf, T *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
|
◆ MPI_Comm
MPI Mock
Inlines because of getting multiple definitions from the compiler otherwise.
Definition at line 9 of file MPI_Mock.hpp.
◆ MPI_Datatype
◆ MPI_Op
◆ MPI_Allreduce()
◆ MPI_Barrier()
◆ MPI_Comm_rank()
int MPI_Comm_rank |
( |
MPI_Comm | comm, |
|
|
int * | rank ) |
|
inline |
◆ MPI_Comm_size()
int MPI_Comm_size |
( |
MPI_Comm | comm, |
|
|
int * | size ) |
|
inline |
◆ MPI_Reduce()
◆ MPI_COMM_WORLD
◆ MPI_LONG
◆ MPI_MAX
const MPI_Op MPI_MAX = nullptr |
◆ MPI_MIN
const MPI_Op MPI_MIN = nullptr |