cli_obj_get Subroutine

private subroutine cli_obj_get(switch, val, found, default)

Get command line options

Type Bound

cli_obj

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: switch

Cli switch

class(*), intent(out) :: val

Value of the switch

logical, intent(out), optional :: found

true if switch found

class(*), intent(in), optional :: default

Default value


Called by

proc~~cli_obj_get~~CalledByGraph proc~cli_obj_get cli_obj%cli_obj_get proc~parser_obj_parsefile parser_obj%parser_obj_ParseFile proc~parser_obj_parsefile->proc~cli_obj_get proc~parallel_obj_setmpifshints parallel_obj%parallel_obj_SetMPIFSHints proc~parallel_obj_setmpifshints->proc~parser_obj_parsefile program~main main program~main->proc~parser_obj_parsefile