get_command_line_arguments Subroutine

subroutine get_command_line_arguments(nsmax, cgrid, iters, nfld, nlev, lvordiv, lscders, luvders, luseflt, nproma, verbosity, ldump_values, lprint_norms, lmeminfo, nprtrv, nprtrw, ncheck)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: nsmax
character(len=16), intent(inout) :: cgrid
integer, intent(inout) :: iters
integer, intent(inout) :: nfld
integer, intent(inout) :: nlev
logical, intent(inout) :: lvordiv
logical, intent(inout) :: lscders
logical, intent(inout) :: luvders
logical, intent(inout) :: luseflt
integer, intent(inout) :: nproma
integer, intent(inout) :: verbosity
logical, intent(inout) :: ldump_values
logical, intent(inout) :: lprint_norms
logical, intent(inout) :: lmeminfo
integer, intent(inout) :: nprtrv
integer, intent(inout) :: nprtrw
integer, intent(inout) :: ncheck

Calls

proc~~get_command_line_arguments~~CallsGraph proc~get_command_line_arguments get_command_line_arguments ec_mpirank ec_mpirank proc~get_command_line_arguments->ec_mpirank mpl_end mpl_end proc~get_command_line_arguments->mpl_end mpl_init mpl_init proc~get_command_line_arguments->mpl_init proc~get_int_value get_int_value proc~get_command_line_arguments->proc~get_int_value proc~get_str_value get_str_value proc~get_command_line_arguments->proc~get_str_value proc~parsing_failed parsing_failed proc~get_command_line_arguments->proc~parsing_failed proc~print_help print_help proc~get_command_line_arguments->proc~print_help proc~get_int_value->proc~get_str_value proc~get_int_value->proc~parsing_failed proc~str2int str2int proc~get_int_value->proc~str2int proc~get_str_value->proc~parsing_failed proc~parsing_failed->ec_mpirank proc~parsing_failed->mpl_end proc~parsing_failed->mpl_init proc~parsing_failed->proc~print_help

Called by

proc~~get_command_line_arguments~~CalledByGraph proc~get_command_line_arguments get_command_line_arguments program~ectrans_benchmark ectrans_benchmark program~ectrans_benchmark->proc~get_command_line_arguments