25 #include "boost/bind.hpp"
47 MPI_Test(this->
buffer_req, &bufferflag, MPI_STATUS_IGNORE);
50 MPI_Test(this->
buffer_req, &sizeflag, MPI_STATUS_IGNORE);
58 void send(
int recv_rank,
int size_tag,
int data_tag, MPI_Comm comm) {
82 void insert(std::shared_ptr<AsyncSendBuffer> buf) {
AsyncSendBuffer(std::ostringstream &os)
void send(int recv_rank, int size_tag, int data_tag, MPI_Comm comm)
std::vector< std::shared_ptr< AsyncSendBuffer > > collection_
void insert(std::shared_ptr< AsyncSendBuffer > buf)