Hitmap 1.3
|
#include <hit_com.h>
Data Fields | |
int | commType |
int | myself |
int | sendTo |
int | recvFrom |
int | tag |
HitType | typeSend |
HitType | typeRecv |
void * | dataSend |
void * | dataRecv |
MPI_Comm | comm |
MPI_Request | requestSend |
MPI_Request | requestRecv |
MPI_Status | statusSend |
MPI_Status | statusRecv |
HitOp | operation |
int | count |
struct HitComAlltoallv * | alltoallv |
HitCom: Structure for communications. It can represent a send-receive pair communication or a collective communication
struct HitComAlltoallv* alltoallv |