File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 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]" )
3333 print (" - h is to print this message" )
3434 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 ) )
3737 print (" LEVEL OF OUTPUT" )
3838 print (" - e is to print only the error summary" )
3939 print (" - s is to print a short summary" )
You can’t perform that action at this time.
0 commit comments