Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@linaro-alip:~/lapack# ./lapack_testing.py
- ---------------- Testing LAPACK Routines ----------------
- -- Detailed results are stored in testing_results.txt
- ------------------------- REAL ------------------------
- Testing REAL Nonsymmetric Eigenvalue Problem Tests passed: 8820
- Testing REAL Symmetric Eigenvalue Problem Tests passed: 89520
- Testing REAL Symmetric Eigenvalue Problem 2 stage Tests passed: 89520
- Testing REAL Singular Value Decomposition Tests passed: 117800
- Testing REAL Eigen Condition Tests passed: 501251
- Testing REAL Nonsymmetric Eigenvalue Tests passed: 12982
- Testing REAL Nonsymmetric Generalized Eigenvalue Problem Tests passed: 8736
- Testing REAL Nonsymmetric Generalized Eigenvalue Problem driver Tests passed: 10482
- Testing REAL Symmetric Eigenvalue Problem Tests passed: 810
- Testing REAL Symmetric Eigenvalue Generalized Problem Tests passed: 33516
- Testing REAL Banded Singular Value Decomposition routines Tests passed: 6000
- Testing REAL Generalized Linear Regression Model routines Tests passed: 48
- Testing REAL Generalized QR and RQ factorization routines Tests passed: 1728
- Testing REAL Generalized Singular Value Decomposition routines Tests passed: 384
- Testing REAL CS Decomposition routines Tests passed: 600
- Testing REAL Constrained Linear Least Squares routines Tests passed: 96
- Testing REAL Linear Equation routines Tests passed: 396160
- Testing REAL RFP linear equation routines Tests passed: 13128
- ------------------------- DOUBLE PRECISION ------------------------
- Testing DOUBLE PRECISION Nonsymmetric Eigenvalue Problem Tests passed: 8820
- Testing DOUBLE PRECISION Symmetric Eigenvalue Problem Tests passed: 89520
- Testing DOUBLE PRECISION Symmetric Eigenvalue Problem 2 stage Tests passed: 89520
- Testing DOUBLE PRECISION Singular Value Decomposition Tests passed: 117800
- Testing DOUBLE PRECISION Eigen Condition Tests passed: 501251
- Testing DOUBLE PRECISION Nonsymmetric Eigenvalue Tests passed: 12982
- Testing DOUBLE PRECISION Nonsymmetric Generalized Eigenvalue Problem Tests passed: 8736
- Testing DOUBLE PRECISION Nonsymmetric Generalized Eigenvalue Problem driver Tests passed: 10482
- Testing DOUBLE PRECISION Symmetric Eigenvalue Problem Tests passed: 810
- Testing DOUBLE PRECISION Symmetric Eigenvalue Generalized Problem Tests passed: 33516
- Testing DOUBLE PRECISION Banded Singular Value Decomposition routines Tests passed: 6000
- Testing DOUBLE PRECISION Generalized Linear Regression Model routines Tests passed: 48
- Testing DOUBLE PRECISION Generalized QR and RQ factorization routines Tests passed: 1728
- Testing DOUBLE PRECISION Generalized Singular Value Decomposition routines Tests passed: 384
- Testing DOUBLE PRECISION CS Decomposition routines Tests passed: 600
- Testing DOUBLE PRECISION Constrained Linear Least Squares routines Tests passed: 96
- Testing DOUBLE PRECISION Linear Equation routines Tests passed: 396160
- Testing DOUBLE PRECISION Mixed Precision linear equation routines Tests passed: 812
- Testing DOUBLE PRECISION RFP linear equation routines Tests passed: 13128
- ------------------------- COMPLEX ------------------------
- Testing COMPLEX Nonsymmetric Eigenvalue Problem Tests passed: 8820
- Testing COMPLEX Symmetric Eigenvalue Problem Tests passed: 77280
- Testing COMPLEX Symmetric Eigenvalue Problem 2 stage Tests passed: 77280
- Testing COMPLEX Singular Value Decomposition Tests passed: 84525
- Testing COMPLEX Eigen Condition Tests passed: 5966
- Testing COMPLEX Nonsymmetric Eigenvalue Tests passed: 12778
- Testing COMPLEX Nonsymmetric Generalized Eigenvalue Problem Tests passed: 8736
- Testing COMPLEX Nonsymmetric Generalized Eigenvalue Problem driver Tests passed: 10482
- Testing COMPLEX Symmetric Eigenvalue Problem Tests passed: 810
- Testing COMPLEX Symmetric Eigenvalue Generalized Problem Tests passed: 33516
- Testing COMPLEX Banded Singular Value Decomposition routines Tests passed: 6000
- Testing COMPLEX Generalized Linear Regression Model routines Tests passed: 48
- Testing COMPLEX Generalized QR and RQ factorization routines Tests passed: 1728
- Testing COMPLEX Generalized Singular Value Decomposition routines Tests passed: 384
- Testing COMPLEX CS Decomposition routines Tests passed: 600
- Testing COMPLEX Constrained Linear Least Squares routines Tests passed: 96
- Testing COMPLEX Linear Equation routines Tests passed: 407367
- Testing COMPLEX RFP linear equation routines Tests passed: 13128
- ------------------------- COMPLEX16 ------------------------
- Testing COMPLEX16 Nonsymmetric Eigenvalue Problem
- Testing COMPLEX16 Symmetric Eigenvalue Problem
- Testing COMPLEX16 Symmetric Eigenvalue Problem 2 stage Tests passed: 77280
- Testing COMPLEX16 Singular Value Decomposition Tests passed: 84525
- Testing COMPLEX16 Eigen Condition Tests passed: 5966
- Testing COMPLEX16 Nonsymmetric Eigenvalue Tests passed: 12778
- Testing COMPLEX16 Nonsymmetric Generalized Eigenvalue Problem Tests passed: 8736
- Testing COMPLEX16 Nonsymmetric Generalized Eigenvalue Problem driver Tests passed: 10482
- Testing COMPLEX16 Symmetric Eigenvalue Problem Tests passed: 810
- Testing COMPLEX16 Symmetric Eigenvalue Generalized Problem Tests passed: 33516
- Testing COMPLEX16 Banded Singular Value Decomposition routines Tests passed: 6000
- Testing COMPLEX16 Generalized Linear Regression Model routines Tests passed: 48
- Testing COMPLEX16 Generalized QR and RQ factorization routines Tests passed: 1728
- Testing COMPLEX16 Generalized Singular Value Decomposition routines Tests passed: 384
- Testing COMPLEX16 CS Decomposition routines Tests passed: 600
- Testing COMPLEX16 Constrained Linear Least Squares routines Tests passed: 96
- Testing COMPLEX16 Linear Equation routines Tests passed: 407367
- Testing COMPLEX16 Mixed Precision linear equation routines Tests passed: 812
- Testing COMPLEX16 RFP linear equation routines Tests passed: 13128
- --> LAPACK TESTING SUMMARY <--
- Processing LAPACK Testing output found in the TESTING directory
- SUMMARY nb test run numerical error other error
- ================ =========== ================= ================
- REAL 1291581 0 (0.000%) 0 (0.000%)
- DOUBLE PRECISION 1292393 0 (0.000%) 0 (0.000%)
- COMPLEX 749544 0 (0.000%) 0 (0.000%)
- COMPLEX16 664256 0 (0.000%) 0 (0.000%)
- --> ALL PRECISIONS 3997774 0 (0.000%) 0 (0.000%)
- root@linaro-alip:~/lapack#
Add Comment
Please, Sign In to add comment