mapl_GathervSpec Module


Uses

  • module~~mapl_gathervspec~~UsesGraph module~mapl_gathervspec mapl_GathervSpec fArgParse fArgParse module~mapl_gathervspec->fArgParse iso_fortran_env iso_fortran_env module~mapl_gathervspec->iso_fortran_env module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_gathervspec->module~mapl_errorhandlingmod module~mapl_gathervkernel mapl_GathervKernel module~mapl_gathervspec->module~mapl_gathervkernel mpi mpi module~mapl_gathervspec->mpi module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_gathervkernel->module~mapl_errorhandlingmod module~mapl_gathervkernel->mpi module~mapl_errorhandling->mpi module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod

Used by

  • module~~mapl_gathervspec~~UsedByGraph module~mapl_gathervspec mapl_GathervSpec program~main~14 main program~main~14->module~mapl_gathervspec

Derived Types

type, public ::  GathervSpec

Components

Type Visibility Attributes Name Initial
integer, public :: n_levs
integer, public :: n_tries
integer, public :: n_writers
integer, public :: nx

Functions

public function make_GathervKernel(spec, comm, rc) result(kernel)

Arguments

Type IntentOptional Attributes Name
type(GathervSpec), intent(in) :: spec
integer, intent(in) :: comm
integer, intent(out), optional :: rc

Return Value type(GathervKernel)

public function make_GathervSpec(rc) result(spec)

Arguments

Type IntentOptional Attributes Name
integer, intent(out), optional :: rc

Return Value type(GathervSpec)