get_command_line_arguments Subroutine

subroutine get_command_line_arguments(nlon, nlat, nsmax, nmsmax, iters, nfld, nlev, lvordiv, lscders, luvders, nproma, verbosity, ldump_values, ldump_checksums, lprint_norms, lmeminfo, nprgpns, nprgpew, nprtrv, nprtrw, ncheck, cchecksums_path)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: nlon
integer, intent(inout) :: nlat
integer, intent(inout) :: nsmax
integer, intent(inout) :: nmsmax
integer, intent(inout) :: iters
integer, intent(inout) :: nfld
integer, intent(inout) :: nlev
logical, intent(inout) :: lvordiv
logical, intent(inout) :: lscders
logical, intent(inout) :: luvders
integer, intent(inout) :: nproma
integer, intent(inout) :: verbosity
logical, intent(inout) :: ldump_values
logical, intent(inout) :: ldump_checksums
logical, intent(inout) :: lprint_norms
logical, intent(inout) :: lmeminfo
integer, intent(inout) :: nprgpns
integer, intent(inout) :: nprgpew
integer, intent(inout) :: nprtrv
integer, intent(inout) :: nprtrw
integer, intent(inout) :: ncheck
character(len=128), intent(inout) :: cchecksums_path

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_lam_benchmark ectrans_lam_benchmark program~ectrans_lam_benchmark->proc~get_command_line_arguments