gather_surf_mpi Interface

public interface gather_surf_mpi

Calls

interface~~gather_surf_mpi~2~~CallsGraph interface~gather_surf_mpi~2 gather_surf_mpi proc~gather_surf_mpi_i~2 gather_surf_mpi_i interface~gather_surf_mpi~2->proc~gather_surf_mpi_i~2 proc~gather_surf_mpi_r~2 gather_surf_mpi_r interface~gather_surf_mpi~2->proc~gather_surf_mpi_r~2 proc~mpi_gatherv MPI_GATHERV proc~gather_surf_mpi_i~2->proc~mpi_gatherv proc~gather_surf_mpi_r~2->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(:)