Chi-Tech
lbs::CBC_ASynchronousCommunicator::BufferItem Struct Reference

#include <CBC_AsyncComm.h>

Data Fields

int destination_ = 0
 
MPI_Request mpi_request_ = 0
 
bool send_initiated_ = false
 
bool completed_ = false
 
chi_data_types::ByteArray data_array_
 

Detailed Description

Definition at line 63 of file CBC_AsyncComm.h.

Field Documentation

◆ completed_

bool lbs::CBC_ASynchronousCommunicator::BufferItem::completed_ = false

Definition at line 68 of file CBC_AsyncComm.h.

◆ data_array_

chi_data_types::ByteArray lbs::CBC_ASynchronousCommunicator::BufferItem::data_array_

Definition at line 69 of file CBC_AsyncComm.h.

◆ destination_

int lbs::CBC_ASynchronousCommunicator::BufferItem::destination_ = 0

Definition at line 65 of file CBC_AsyncComm.h.

◆ mpi_request_

MPI_Request lbs::CBC_ASynchronousCommunicator::BufferItem::mpi_request_ = 0

Definition at line 66 of file CBC_AsyncComm.h.

◆ send_initiated_

bool lbs::CBC_ASynchronousCommunicator::BufferItem::send_initiated_ = false

Definition at line 67 of file CBC_AsyncComm.h.


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