diff options
Diffstat (limited to 'numbench/modules/lapack.py')
-rw-r--r-- | numbench/modules/lapack.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/numbench/modules/lapack.py b/numbench/modules/lapack.py index 13e46d5..35bbe92 100644 --- a/numbench/modules/lapack.py +++ b/numbench/modules/lapack.py @@ -26,22 +26,3 @@ class Module: runTest = base.runTest getTests = base.getTests reportConf = base.reportConf - - -if __name__ == '__main__': - import os - import benchconfig as cfg - - -# m = Module(('1', 'matrix_matrix')) - m = Module(('lu_decomp', 'qr_decomp')) - mytest = dict( - root='/home/spiros/packages/sci-libs/lapackroot', - testdir='/home/spiros/tests/lapack-reference', - logdir='/home/spiros/tests/log/lapack-reference', - compileenv = {}, - runenv = {'PATH':os.environ['PATH']} - ) - cfg.libdir = 'usr/lib' - cfg.btldir = '/home/spiros/hg/btl' - print m.runTest(mytest, 'reference')
\ No newline at end of file |