File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
print (sys .argv [0 ]+ " [-h|--help] [-d dir |--dir dir] [-s |--short] [-r |--run] [-e |--error] [-p p |--prec p] [-t test |--test test] [-n | --number]" )
33
33
print (" - h is to print this message" )
34
34
print (" - r is to use to run the LAPACK tests then analyse the output (.out files). By default, the script will not run all the LAPACK tests" )
35
- print (" - d [dir] is to indicate where is the LAPACK testing directory (.out files). By default, the script will use ." )
36
- print (" - b [bin] is to indicate where is the LAPACK binary files are located . By default, the script will use ." )
35
+ print (" - d [dir] indicates the location of the LAPACK testing directory (.out files). By default, the script will use {:s}." . format ( test_dir ) )
36
+ print (" - b [bin] indicates the location of the LAPACK binary files. By default, the script will use {:s}." . format ( bin_dir ) )
37
37
print (" LEVEL OF OUTPUT" )
38
38
print (" - e is to print only the error summary" )
39
39
print (" - s is to print a short summary" )
You can’t perform that action at this time.
0 commit comments