Data Fields | |
const char * | label |
void * | data |
int | len |
int | type |
int | source |
int | tag |
MPI_Request * | req |
MPI_Comm | comm |
tclmpi_req_t * | next |
Linked list entry to map MPI requests to "tclmpi::req%d" strings.
MPI_Comm tclmpi_req::comm |
communicator for non-blocking receive
void* tclmpi_req::data |
pointer to send or receive data buffer
const char* tclmpi_req::label |
identifier of this request
int tclmpi_req::len |
size of data block
tclmpi_req_t* tclmpi_req::next |
pointer to next struct
MPI_Request* tclmpi_req::req |
pointer MPI request handle generated by MPI
int tclmpi_req::source |
source rank of non-blocking receive
int tclmpi_req::tag |
tag selector of non-blocking receive
int tclmpi_req::type |
data type of send data