| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
MPI buffer for non-blocking operations. More...

Public Attributes | |
| type(mpi_status) | status | 
| status of this operation   | |
| type(mpi_request) | request | 
| unique request for this buffer   | |
| logical | flag | 
| flag = false when operation is in process Set to true when operation has succeeded   | |
| real(kind=rp), dimension(:), allocatable | data | 
| Buffer with data to send/recieve.   | |
Definition at line 49 of file gs_mpi.f90.
| real(kind=rp), dimension(:), allocatable gs_mpi::gs_comm_mpi_t::data | 
Definition at line 58 of file gs_mpi.f90.
| logical gs_mpi::gs_comm_mpi_t::flag | 
Definition at line 56 of file gs_mpi.f90.
| type(mpi_request) gs_mpi::gs_comm_mpi_t::request | 
Definition at line 53 of file gs_mpi.f90.
| type(mpi_status) gs_mpi::gs_comm_mpi_t::status | 
Definition at line 51 of file gs_mpi.f90.