2 #include "MessageDataCollator.h"
5 #ifndef PC_FWD_DECLARATIONS_H
6 #define PC_FWD_DECLARATIONS_H
9 namespace cp {
namespace paircalc {
class pcConfig; } }
11 namespace pc = cp::paircalc;
18 #ifdef CP_PAIRCALC_USES_COMPLEX_MATH
23 typedef double internalType;
26 #define pcDataSizeFactor ( sizeof(inputType) / sizeof(internalType) )
38 class CProxySection_PairCalculator;
47 #endif // PC_FWD_DECLARATIONS_H
A template message collator.
Class that buffers incoming data (via messages/RDMA) till it counts a pre-specified number of arrival...
A (hopefully) tiny token that is unique to every data sender-receiver pair, and is shared by them dur...