| 
    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 47 of file global_interpolation_comm.f90.
| real(kind=rp), dimension(:), allocatable glb_intrp_comm::glb_intrp_comm_mpi_t::data | 
Definition at line 56 of file global_interpolation_comm.f90.
| logical glb_intrp_comm::glb_intrp_comm_mpi_t::flag | 
Definition at line 54 of file global_interpolation_comm.f90.
| type(mpi_request) glb_intrp_comm::glb_intrp_comm_mpi_t::request | 
Definition at line 51 of file global_interpolation_comm.f90.
| type(mpi_status) glb_intrp_comm::glb_intrp_comm_mpi_t::status | 
Definition at line 49 of file global_interpolation_comm.f90.