Skip to content

Commit 89e8b89

Browse files
lapack_testing.py: help show actual default values
1 parent 95e4515 commit 89e8b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lapack_testing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
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")

0 commit comments

Comments
 (0)