#include <communicator_mpi.h>
|
static int | reduce (int count, void *recv_buf, void *send_buf, MPI_Datatype type, MPI_Op op, int pattern) |
|
static int | broadcast (size_t size, void *data, int sender) |
|
static int | exchange (size_t size, void *recv_buf, void *send_buf, int idir, int ipm, int tag) |
|
static int | send_1to1 (size_t size, void *recv_buf, void *send_buf, int send_to, int recv_from, int tag) |
|
Definition at line 79 of file communicator_mpi.h.
int Communicator_impl::Base::broadcast |
( |
size_t |
size, |
|
|
void * |
data, |
|
|
int |
sender |
|
) |
| |
|
static |
int Communicator_impl::Base::exchange |
( |
size_t |
size, |
|
|
void * |
recv_buf, |
|
|
void * |
send_buf, |
|
|
int |
idir, |
|
|
int |
ipm, |
|
|
int |
tag |
|
) |
| |
|
static |
int Communicator_impl::Base::reduce |
( |
int |
count, |
|
|
void * |
recv_buf, |
|
|
void * |
send_buf, |
|
|
MPI_Datatype |
type, |
|
|
MPI_Op |
op, |
|
|
int |
pattern |
|
) |
| |
|
static |
int Communicator_impl::Base::send_1to1 |
( |
size_t |
size, |
|
|
void * |
recv_buf, |
|
|
void * |
send_buf, |
|
|
int |
send_to, |
|
|
int |
recv_from, |
|
|
int |
tag |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: