Hitmap 1.3
|
#include <hit_com.h>
Data Fields | |
HitShape | shape |
void * | originData |
int * | recv |
int * | send |
int | nsend |
int | nrecv |
size_t | baseExtent |
int * | rows |
![]() | |
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 |
HitComSparse: This struct extends the HitComAlltoallv struct to allow sparse updates.
void* originData |