Bridge++
Ver. 2.0.2
|
base case More...
#include <communicator.h>
Static Public Member Functions | |
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) |
base case
this class defines base case for data exchange that are specified by plain streams of bytes of size.
Definition at line 196 of file communicator.h.
|
static |
Definition at line 164 of file communicator.cpp.
|
static |
Definition at line 201 of file communicator.cpp.
|
static |
Definition at line 232 of file communicator.cpp.