Hitmap 1.3
|
#include <hit_com.h>
Data Fields | |
int * | sendcnts |
int * | sdispls |
int * | recvcnts |
int * | rdispls |
struct HitComSparse * | sparse |
![]() | |
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 |
HitComAlltoallv: This struct extends the HitCom struct to allow alltoallv communications.
struct HitComSparse* sparse |