Skip to content

Commit

Permalink
lapack_testing.py: help show actual default values
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-conrads committed Feb 20, 2021
1 parent 95e4515 commit 89e8b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapack_testing.py
Expand Up @@ -32,8 +32,8 @@
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]")
print(" - h is to print this message")
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")
print(" - d [dir] is to indicate where is the LAPACK testing directory (.out files). By default, the script will use .")
print(" - b [bin] is to indicate where is the LAPACK binary files are located. By default, the script will use .")
print(" - d [dir] indicates the location of the LAPACK testing directory (.out files). By default, the script will use {:s}.".format(test_dir))
print(" - b [bin] indicates the location of the LAPACK binary files. By default, the script will use {:s}.".format(bin_dir))
print(" LEVEL OF OUTPUT")
print(" - e is to print only the error summary")
print(" - s is to print a short summary")
Expand Down

0 comments on commit 89e8b89

Please sign in to comment.