Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Data Fields
HitCom Struct Reference

#include <hit_com.h>

Inheritance diagram for HitCom:
Inheritance graph
[legend]
Collaboration diagram for HitCom:
Collaboration graph
[legend]

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 HitComAlltoallvalltoallv
 

Detailed Description

HitCom: Structure for communications. It can represent a send-receive pair communication or a collective communication

Definition at line 225 of file hit_com.h.

Field Documentation

struct HitComAlltoallv* alltoallv

Pointer to the struct to extend.

Definition at line 243 of file hit_com.h.

MPI_Comm comm

MPI Communicator.

Definition at line 235 of file hit_com.h.

int commType

Communication type.

Definition at line 226 of file hit_com.h.

int count

Count for all to all.

Definition at line 242 of file hit_com.h.

void* dataRecv

Pointer to the data to recv.

Definition at line 234 of file hit_com.h.

void* dataSend

Pointer to the data to send.

Definition at line 233 of file hit_com.h.

int myself

Processor rank.

Definition at line 227 of file hit_com.h.

HitOp operation

MPI operation.

Definition at line 240 of file hit_com.h.

int recvFrom

Recv origin.

Definition at line 229 of file hit_com.h.

MPI_Request requestRecv

MPI request recv struct.

Definition at line 237 of file hit_com.h.

MPI_Request requestSend

MPI request send struct.

Definition at line 236 of file hit_com.h.

int sendTo

Send destination.

Definition at line 228 of file hit_com.h.

MPI_Status statusRecv

MPI status recv struct.

Definition at line 239 of file hit_com.h.

MPI_Status statusSend

MPI status send struct.

Definition at line 238 of file hit_com.h.

int tag

MPI communication tag.

Definition at line 230 of file hit_com.h.

HitType typeRecv

MPI recv type

Definition at line 232 of file hit_com.h.

HitType typeSend

MPI send type.

Definition at line 231 of file hit_com.h.


The documentation for this struct was generated from the following file: