gather_surf_mpi Interface

public interface gather_surf_mpi

Calls

interface~~gather_surf_mpi~~CallsGraph interface~gather_surf_mpi gather_surf_mpi proc~gather_surf_mpi_i gather_surf_mpi_i interface~gather_surf_mpi->proc~gather_surf_mpi_i proc~gather_surf_mpi_r gather_surf_mpi_r interface~gather_surf_mpi->proc~gather_surf_mpi_r proc~mpi_gatherv MPI_GATHERV proc~gather_surf_mpi_i->proc~mpi_gatherv proc~gather_surf_mpi_r->proc~mpi_gatherv proc~lmdz_mpi_wrapper_abort lmdz_mpi_wrapper_abort proc~mpi_gatherv->proc~lmdz_mpi_wrapper_abort

Contents


Module Procedures

public subroutine gather_surf_mpi_i(FieldIn, FieldOut)

Arguments

Type IntentOptional Attributes Name
integer :: FieldIn(:)
integer :: FieldOut(:)

public subroutine gather_surf_mpi_r(FieldIn, FieldOut)

Arguments

Type IntentOptional Attributes Name
real :: FieldIn(:)
real :: FieldOut(:)