| 
    OPAL (Object Oriented Parallel Accelerator Library)
    2021.1.99
    
   OPAL 
   | 
 
#include <AsyncSendBuffers.h>
Public Member Functions | |
| AsyncSendBuffer (std::ostringstream &os) | |
| ~AsyncSendBuffer () | |
| bool | hasCompleted () | 
| void | send (int recv_rank, int size_tag, int data_tag, MPI_Comm comm) | 
Private Attributes | |
| MPI_Request * | size_req | 
| MPI_Request * | buffer_req | 
| char * | buffer | 
| size_t | buf_size | 
Definition at line 28 of file AsyncSendBuffers.h.
      
  | 
  inline | 
Definition at line 32 of file AsyncSendBuffers.h.
References buf_size, buffer, buffer_req, and size_req.
      
  | 
  inline | 
Definition at line 40 of file AsyncSendBuffers.h.
References buffer, buffer_req, and size_req.
      
  | 
  inline | 
Definition at line 46 of file AsyncSendBuffers.h.
References buffer_req.
Referenced by AsyncSendBuffers::cleanup().
      
  | 
  inline | 
Definition at line 59 of file AsyncSendBuffers.h.
References buf_size, buffer, buffer_req, and size_req.
      
  | 
  private | 
Definition at line 73 of file AsyncSendBuffers.h.
Referenced by AsyncSendBuffer(), and send().
      
  | 
  private | 
Definition at line 71 of file AsyncSendBuffers.h.
Referenced by AsyncSendBuffer(), send(), and ~AsyncSendBuffer().
      
  | 
  private | 
Definition at line 70 of file AsyncSendBuffers.h.
Referenced by AsyncSendBuffer(), hasCompleted(), send(), and ~AsyncSendBuffer().
      
  | 
  private | 
Definition at line 69 of file AsyncSendBuffers.h.
Referenced by AsyncSendBuffer(), send(), and ~AsyncSendBuffer().