Go to the source code of this file.
 | 
| module   | gs_mpi | 
|   | Defines MPI gather-scatter communication. 
  | 
|   | 
 | 
| subroutine  | gs_mpi::gs_mpi_init (this, send_pe, recv_pe) | 
|   | Initialise MPI based communication method See gs_comm.f90 for details.  
  | 
|   | 
| subroutine  | gs_mpi::gs_mpi_free (this) | 
|   | Deallocate MPI based communication method.  
  | 
|   | 
| subroutine  | gs_mpi::gs_nbsend_mpi (this, u, n, deps, strm) | 
|   | Post non-blocking send operations.  
  | 
|   | 
| subroutine  | gs_mpi::gs_nbrecv_mpi (this) | 
|   | Post non-blocking receive operations.  
  | 
|   | 
| subroutine  | gs_mpi::gs_nbwait_mpi (this, u, n, op, strm) | 
|   | Wait for non-blocking operations.  
  | 
|   |