Gather_Field Subroutine

public subroutine Gather_Field(Field, ij, ll, rank)

Uses

  • proc~~gather_field~~UsesGraph proc~gather_field Gather_Field module~lmdz_mpi lmdz_mpi proc~gather_field->module~lmdz_mpi module~paramet_mod_h paramet_mod_h proc~gather_field->module~paramet_mod_h dimensions_mod dimensions_mod proc~gather_field->dimensions_mod module~iniprint_mod_h iniprint_mod_h proc~gather_field->module~iniprint_mod_h module~paramet_mod_h->dimensions_mod

Arguments

Type IntentOptional Attributes Name
real, dimension(ij,ll) :: Field
integer :: ij
integer :: ll
integer :: rank

Calls

proc~~gather_field~~CallsGraph proc~gather_field Gather_Field proc~pack_data Pack_Data proc~gather_field->proc~pack_data proc~mpi_gatherv MPI_GATHERV proc~gather_field->proc~mpi_gatherv proc~abort_gcm abort_gcm proc~gather_field->proc~abort_gcm proc~unpack_data Unpack_Data proc~gather_field->proc~unpack_data proc~lmdz_mpi_wrapper_abort lmdz_mpi_wrapper_abort proc~mpi_gatherv->proc~lmdz_mpi_wrapper_abort proc~mpi_abort MPI_ABORT proc~abort_gcm->proc~mpi_abort getin_dump getin_dump proc~abort_gcm->getin_dump restclo restclo proc~abort_gcm->restclo histclo histclo proc~abort_gcm->histclo proc~mpi_abort->proc~lmdz_mpi_wrapper_abort

Called by

proc~~gather_field~~CalledByGraph proc~gather_field Gather_Field proc~allgather_field AllGather_Field proc~allgather_field->proc~gather_field proc~write_field1d_p write_field1D_p proc~write_field1d_p->proc~gather_field proc~write_field3d_p write_field3D_p proc~write_field3d_p->proc~gather_field proc~write_field2d_p write_field2D_p proc~write_field2d_p->proc~gather_field interface~writefield_p WriteField_p interface~writefield_p->proc~write_field1d_p interface~writefield_p->proc~write_field3d_p interface~writefield_p->proc~write_field2d_p

Contents