The TELEMAC-MASCARET system  trunk
List of all members | Public Member Functions
interface_parallel::p_mpi_alltoallv Interface Reference

Public Member Functions

subroutine p_mpi_alltoallv_charac (SEND_BUFFER, NSEND, SEND_DISPL, SEND_DATYP, RECV_BUFFER, NRECV, RECV_DISPL, RECV_DATYP, IERR)
 
subroutine p_mpi_alltoallv_alg (SEND_BUFFER, NSEND, SEND_DISPL, SEND_DATYP, RECV_BUFFER, NRECV, RECV_DISPL, RECV_DATYP, IERR)
 
subroutine p_mpi_alltoallv_i (SEND_BUFFER, NSEND, SEND_DISPL, SEND_DATYP, RECV_BUFFER, NRECV, RECV_DISPL, RECV_DATYP, IERR)
 
subroutine p_mpi_alltoallv_oil (SEND_BUFFER, NSEND, SEND_DISPL, SEND_DATYP, RECV_BUFFER, NRECV, RECV_DISPL, RECV_DATYP, IERR)
 

Detailed Description

Definition at line 288 of file interface_parallel.f.

Member Function/Subroutine Documentation

◆ p_mpi_alltoallv_alg()

subroutine interface_parallel::p_mpi_alltoallv::p_mpi_alltoallv_alg ( type(alg_type), dimension(*), intent(in)  SEND_BUFFER,
integer, dimension(*), intent(in)  NSEND,
integer, dimension(*), intent(in)  SEND_DISPL,
integer, intent(in)  SEND_DATYP,
type(alg_type), dimension(*), intent(inout)  RECV_BUFFER,
integer, dimension(*), intent(in)  NRECV,
integer, dimension(*), intent(in)  RECV_DISPL,
integer, intent(in)  RECV_DATYP,
integer, intent(out)  IERR 
)

Definition at line 305 of file interface_parallel.f.

◆ p_mpi_alltoallv_charac()

subroutine interface_parallel::p_mpi_alltoallv::p_mpi_alltoallv_charac ( type(charac_type), dimension(*), intent(in)  SEND_BUFFER,
integer, dimension(*), intent(in)  NSEND,
integer, dimension(*), intent(in)  SEND_DISPL,
integer, intent(in)  SEND_DATYP,
type(charac_type), dimension(*), intent(inout)  RECV_BUFFER,
integer, dimension(*), intent(in)  NRECV,
integer, dimension(*), intent(in)  RECV_DISPL,
integer, intent(in)  RECV_DATYP,
integer, intent(out)  IERR 
)

Definition at line 292 of file interface_parallel.f.

◆ p_mpi_alltoallv_i()

subroutine interface_parallel::p_mpi_alltoallv::p_mpi_alltoallv_i ( integer, dimension(*), intent(in)  SEND_BUFFER,
integer, dimension(*), intent(in)  NSEND,
integer, dimension(*), intent(in)  SEND_DISPL,
integer, intent(in)  SEND_DATYP,
integer, dimension(*), intent(out)  RECV_BUFFER,
integer, dimension(*), intent(in)  NRECV,
integer, dimension(*), intent(in)  RECV_DISPL,
integer, intent(in)  RECV_DATYP,
integer, intent(out)  IERR 
)

Definition at line 318 of file interface_parallel.f.

◆ p_mpi_alltoallv_oil()

subroutine interface_parallel::p_mpi_alltoallv::p_mpi_alltoallv_oil ( type(oil_type), dimension(*), intent(in)  SEND_BUFFER,
integer, dimension(*), intent(in)  NSEND,
integer, dimension(*), intent(in)  SEND_DISPL,
integer, intent(in)  SEND_DATYP,
type(oil_type), dimension(*), intent(inout)  RECV_BUFFER,
integer, dimension(*), intent(in)  NRECV,
integer, dimension(*), intent(in)  RECV_DISPL,
integer, intent(in)  RECV_DATYP,
integer, intent(out)  IERR 
)

Definition at line 328 of file interface_parallel.f.


The documentation for this interface was generated from the following file: