Functions | |
| run_summary_test (f, cmdline, short_summary) | |
Variables | |
| opts | |
| args | |
| bool | short_summary = False |
| bool | with_file = True |
| bool | just_errors = False |
| str | prec = 'x' |
| str | test = 'all' |
| bool | only_numbers = False |
| str | test_dir = 'TESTING' |
| str | bin_dir = 'bin/Release' |
| abs_bin_dir = os.path.abspath(bin_dir) | |
| int | execution = 1 |
| str | summary = "\n\t\t\t--> LAPACK TESTING SUMMARY <--\n"; |
| int | nb_of_test = 0 |
| str | filename = "testing_results.txt" |
| f = open(filename, 'w') | |
| tuple | dtypes |
| list | range_prec = [0] |
| list | range_test = [16] |
| list | list_results |
| tuple | letter = dtypes[0][dtype] |
| tuple | name = dtypes[1][dtype] |
| tuple | dtests |
| tuple | cmdbase = dtests[2][dtest]+".out" |
| end | |
| nb_test = run_summary_test(f, cmdbase, short_summary) | |
| got_error = nb_test[1]+nb_test[2]+nb_test[3] | |
| int | percent_num_error = float(list_results[1][dtype])/float(list_results[0][dtype])*100 |
| int | percent_error = float(list_results[2][dtype]+list_results[3][dtype])/float(list_results[0][dtype])*100 |
| lapack_testing.run_summary_test | ( | f, | |
| cmdline, | |||
| short_summary ) |
Definition at line 101 of file lapack_testing.py.
| lapack_testing.abs_bin_dir = os.path.abspath(bin_dir) |
Definition at line 85 of file lapack_testing.py.
| lapack_testing.args |
Definition at line 13 of file lapack_testing.py.
| lapack_testing.bin_dir = 'bin/Release' |
Definition at line 28 of file lapack_testing.py.
| str lapack_testing.cmdbase = dtests[2][dtest]+".out" |
Definition at line 252 of file lapack_testing.py.
| tuple lapack_testing.dtests |
Definition at line 224 of file lapack_testing.py.
| tuple lapack_testing.dtypes |
Definition at line 174 of file lapack_testing.py.
| lapack_testing.end |
Definition at line 267 of file lapack_testing.py.
| int lapack_testing.execution = 1 |
Definition at line 89 of file lapack_testing.py.
| lapack_testing.f = open(filename, 'w') |
Definition at line 164 of file lapack_testing.py.
| str lapack_testing.filename = "testing_results.txt" |
Definition at line 162 of file lapack_testing.py.
Definition at line 274 of file lapack_testing.py.
| bool lapack_testing.just_errors = False |
Definition at line 23 of file lapack_testing.py.
| tuple lapack_testing.letter = dtypes[0][dtype] |
Definition at line 215 of file lapack_testing.py.
| list lapack_testing.list_results |
Definition at line 207 of file lapack_testing.py.
| tuple lapack_testing.name = dtypes[1][dtype] |
Definition at line 216 of file lapack_testing.py.
| int lapack_testing.nb_of_test = 0 |
Definition at line 94 of file lapack_testing.py.
| lapack_testing.nb_test = run_summary_test(f, cmdbase, short_summary) |
Definition at line 269 of file lapack_testing.py.
| bool lapack_testing.only_numbers = False |
Definition at line 26 of file lapack_testing.py.
| lapack_testing.opts |
Definition at line 13 of file lapack_testing.py.
| int lapack_testing.percent_error = float(list_results[2][dtype]+list_results[3][dtype])/float(list_results[0][dtype])*100 |
Definition at line 296 of file lapack_testing.py.
| int lapack_testing.percent_num_error = float(list_results[1][dtype])/float(list_results[0][dtype])*100 |
Definition at line 295 of file lapack_testing.py.
| str lapack_testing.prec = 'x' |
Definition at line 24 of file lapack_testing.py.
| list lapack_testing.range_prec = [0] |
Definition at line 180 of file lapack_testing.py.
| list lapack_testing.range_test = [16] |
Definition at line 196 of file lapack_testing.py.
| bool lapack_testing.short_summary = False |
Definition at line 21 of file lapack_testing.py.
| str lapack_testing.summary = "\n\t\t\t--> LAPACK TESTING SUMMARY <--\n"; |
Definition at line 90 of file lapack_testing.py.
| lapack_testing.test = 'all' |
Definition at line 25 of file lapack_testing.py.
| lapack_testing.test_dir = 'TESTING' |
Definition at line 27 of file lapack_testing.py.
| bool lapack_testing.with_file = True |
Definition at line 22 of file lapack_testing.py.