Bridge++
Version 1.5.4
|
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 184 of file communicator.h.
|
static |
Definition at line 163 of file communicator.cpp.
|
static |
Definition at line 194 of file communicator.cpp.
|
static |
Definition at line 219 of file communicator.cpp.