Defines MPI gather-scatter communication.
|
subroutine | gs_mpi_init (this, send_pe, recv_pe) |
| Initialise MPI based communication method. More...
|
|
subroutine | gs_mpi_free (this) |
| Deallocate MPI based communication method. More...
|
|
subroutine | gs_nbsend_mpi (this, u, n, deps, strm) |
| Post non-blocking send operations. More...
|
|
subroutine | gs_nbrecv_mpi (this) |
| Post non-blocking receive operations. More...
|
|
subroutine | gs_nbwait_mpi (this, u, n, op, strm) |
| Wait for non-blocking operations. More...
|
|
◆ gs_mpi_free()
subroutine gs_mpi::gs_mpi_free |
( |
class(gs_mpi_t), intent(inout) |
this | ) |
|
|
private |
◆ gs_mpi_init()
subroutine gs_mpi::gs_mpi_init |
( |
class(gs_mpi_t), intent(inout) |
this, |
|
|
type(stack_i4_t), intent(inout) |
send_pe, |
|
|
type(stack_i4_t), intent(inout) |
recv_pe |
|
) |
| |
◆ gs_nbrecv_mpi()
subroutine gs_mpi::gs_nbrecv_mpi |
( |
class(gs_mpi_t), intent(inout) |
this | ) |
|
|
private |
◆ gs_nbsend_mpi()
subroutine gs_mpi::gs_nbsend_mpi |
( |
class(gs_mpi_t), intent(inout) |
this, |
|
|
real(kind=rp), dimension(n), intent(inout) |
u, |
|
|
integer, intent(in) |
n, |
|
|
type(c_ptr), intent(inout) |
deps, |
|
|
type(c_ptr), intent(inout) |
strm |
|
) |
| |
|
private |
◆ gs_nbwait_mpi()
subroutine gs_mpi::gs_nbwait_mpi |
( |
class(gs_mpi_t), intent(inout) |
this, |
|
|
real(kind=rp), dimension(n), intent(inout) |
u, |
|
|
integer, intent(in) |
n, |
|
|
integer |
op, |
|
|
type(c_ptr), intent(inout) |
strm |
|
) |
| |
|
private |