mapl_BW_BenchmarkSpec Module


Uses

  • module~~mapl_bw_benchmarkspec~~UsesGraph module~mapl_bw_benchmarkspec mapl_BW_BenchmarkSpec fArgParse fArgParse module~mapl_bw_benchmarkspec->fArgParse iso_fortran_env iso_fortran_env module~mapl_bw_benchmarkspec->iso_fortran_env module~mapl_bw_benchmark~2 mapl_BW_Benchmark module~mapl_bw_benchmarkspec->module~mapl_bw_benchmark~2 module~mapl_errorhandlingmod mapl_ErrorHandlingMod module~mapl_bw_benchmarkspec->module~mapl_errorhandlingmod mpi mpi module~mapl_bw_benchmarkspec->mpi module~mapl_bw_benchmark~2->iso_fortran_env module~mapl_bw_benchmark~2->module~mapl_errorhandlingmod module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandlingmod->module~mapl_errorhandling module~mapl_errorhandling->mpi module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling->module~mapl_throwmod

Used by

  • module~~mapl_bw_benchmarkspec~~UsedByGraph module~mapl_bw_benchmarkspec mapl_BW_BenchmarkSpec program~main~15 main program~main~15->module~mapl_bw_benchmarkspec

Derived Types

type, public ::  BW_BenchmarkSpec

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_BW_Benchmark(spec, comm, rc) result(benchmark)

Arguments

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

Return Value type(BW_Benchmark)

public function make_BW_BenchmarkSpec(rc) result(spec)

Arguments

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

Return Value type(BW_BenchmarkSpec)