OpenAtom
Version1.5a
|
A (hopefully) tiny token that is unique to every data sender-receiver pair, and is shared by them during the RDMA setup process. More...
#include <RDMAMessages.h>
Public Attributes | |
bool | shouldSendLeft |
bool | symmetric |
CkIndex2D | gspIndex |
CkIndex4D | pcIndex |
Friends | |
std::ostream & | operator<< (std::ostream &out, const RDMApair_GSP_PC &obj) |
Stream inserter. Note: not a member function. | |
A (hopefully) tiny token that is unique to every data sender-receiver pair, and is shared by them during the RDMA setup process.
This simply encapsulates information about the sender and the receiver that each other need.
This can be defined for every unique RDMA pair, and the RDMA setup messages can be configured with these so that the messages stay somewhat general. This structure holds information relevant to GSpace and PairCalc communication.
Definition at line 94 of file RDMAMessages.h.