|
Neko 1.99.2
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 48 of file global_interpolation_comm.f90.
| real(kind=rp), dimension(:), allocatable glb_intrp_comm::glb_intrp_comm_mpi_t::data |
Definition at line 57 of file global_interpolation_comm.f90.
| logical glb_intrp_comm::glb_intrp_comm_mpi_t::flag |
Definition at line 55 of file global_interpolation_comm.f90.
| type(mpi_request) glb_intrp_comm::glb_intrp_comm_mpi_t::request |
Definition at line 52 of file global_interpolation_comm.f90.
| type(mpi_status) glb_intrp_comm::glb_intrp_comm_mpi_t::status |
Definition at line 50 of file global_interpolation_comm.f90.