OpenM++ runtime library (libopenm)
|
base class for non-blocking send (empty implementation) More...
#include <msgEmpty.h>
Public Member Functions | |
MsgEmptySendBase (int i_selfRank, int i_sendTo, MsgTag i_msgTag) | |
create sender and initiate non-blocking send (does nothing). | |
virtual | ~MsgEmptySendBase (void) noexcept |
cleanup message sender resources (does nothing). | |
Protected Attributes | |
int | msgTag |
int | selfRank |
int | sendToRank |
base class for non-blocking send (empty implementation)