get_int_value Function

function get_int_value(cname, iarg) result(value)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: cname
integer, intent(inout) :: iarg

Return Value integer


Calls

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

Called by

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