tem_load_reduction_single Subroutine

private subroutine tem_load_reduction_single(conf, reduceType, handle, key, pos, iError)

Read a single entry of reductions from the lua file

Arguments

TypeIntentOptionalAttributesName
type(flu_State), intent(inout) :: conf

handle for lua file

character(len=labelLen), intent(out) :: reduceType

reduction type to be filled

integer, intent(in), optional :: handle

handle for reduce table

character(len=*), intent(in), optional :: key

which key to open

integer, intent(in), optional :: pos

position to load from in config file

integer, intent(out) :: iError

error from aotus


Calls

proc~~tem_load_reduction_single~~CallsGraph proc~tem_load_reduction_single tem_load_reduction_single proc~upper_to_lower upper_to_lower proc~tem_load_reduction_single->proc~upper_to_lower proc~tem_abort tem_abort proc~tem_load_reduction_single->proc~tem_abort interface~aot_get_val~2 aot_get_val proc~tem_load_reduction_single->interface~aot_get_val~2 mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_load_reduction_single~~CalledByGraph proc~tem_load_reduction_single tem_load_reduction_single proc~tem_load_reduction_spatial tem_load_reduction_spatial proc~tem_load_reduction_spatial->proc~tem_load_reduction_single proc~tem_load_trackingconfig tem_load_trackingConfig proc~tem_load_trackingconfig->proc~tem_load_reduction_spatial proc~tem_load_convergenceheader tem_load_convergenceHeader proc~tem_load_convergenceheader->proc~tem_load_reduction_spatial proc~tem_load_tracking tem_load_tracking proc~tem_load_tracking->proc~tem_load_trackingconfig proc~tem_convergence_load tem_convergence_load proc~tem_convergence_load->proc~tem_load_convergenceheader proc~tem_abortcriteria_load tem_abortCriteria_load proc~tem_abortcriteria_load->proc~tem_convergence_load program~tem_tracking_test tem_tracking_test program~tem_tracking_test->proc~tem_load_tracking

Contents

None