OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
lapack_testing.py File Reference
Go to the source code of this file.
Namespaces
namespace
lapack_testing
Functions
lapack_testing.run_summary_test
(
f
, cmdline,
short_summary
)
Variables
lapack_testing.opts
lapack_testing.args
bool
lapack_testing.short_summary
= False
bool
lapack_testing.with_file
= True
bool
lapack_testing.just_errors
= False
str
lapack_testing.prec
= '
x
'
str
lapack_testing.test
= 'all'
bool
lapack_testing.only_numbers
= False
str
lapack_testing.test_dir
= 'TESTING'
str
lapack_testing.bin_dir
= 'bin/Release'
lapack_testing.abs_bin_dir
= os.path.abspath(
bin_dir
)
int
lapack_testing.execution
= 1
str
lapack_testing.summary
= "\n\t\t\t--> LAPACK TESTING SUMMARY <--\n";
int
lapack_testing.nb_of_test
= 0
str
lapack_testing.filename
= "testing_results.txt"
lapack_testing.f
= open(
filename
, 'w')
tuple
lapack_testing.dtypes
list
lapack_testing.range_prec
= [0]
list
lapack_testing.range_test
= [16]
list
lapack_testing.list_results
tuple
lapack_testing.letter
=
dtypes
[0][dtype]
tuple
lapack_testing.name
=
dtypes
[1][dtype]
tuple
lapack_testing.dtests
tuple
lapack_testing.cmdbase
=
dtests
[2][dtest]+".out"
lapack_testing.end
lapack_testing.nb_test
=
run_summary_test
(
f
,
cmdbase
,
short_summary
)
lapack_testing.got_error
=
nb_test
[1]+
nb_test
[2]+
nb_test
[3]
int
lapack_testing.percent_num_error
= float(
list_results
[1][dtype])/float(
list_results
[0][dtype])*100
int
lapack_testing.percent_error
= float(
list_results
[2][dtype]+
list_results
[3][dtype])/float(
list_results
[0][dtype])*100
engine
extlib
lapack-3.10.1
lapack_testing.py
Generated by
1.15.0