-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Description
Hi @szaghi have you tried running the Test_Driver
program with the --man_file
argument, but letting it try to use the default value?
$ ./Test_Driver/Test_Driver -s test --man_file
Test_Driver has been called with the following arguments values:
String input = test
Real input = +0.100000000000000E+001
Integer input = +1
Exclusive integer input = -1
Environment integer input = -1
Boolean input = F
Valued boolean input = T
Positional real input = +0.100000000000000E+001
Integer list inputs:
Input(1) = +1
Input(2) = +8
Input(3) = +32
Saving man page to ��
At line 2399 of file src/Data_Type_Command_Line_Interface.F90
Fortran runtime error: Cannot open file ‘’: No such file or directory
I modified one of the last lines of the Test_Driver source to also print the value being returned by cli%get(switch='--man_file'…)
and as you can see, there is a problem returning the default value which is listed as Test_Driver.1