nareshkamboju

lapack test results summary

Apr 21st, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. ./lapack_testing.py
  2.  
  3. ---------------- Testing LAPACK Routines ----------------
  4.  
  5. -- Detailed results are stored in testing_results.txt
  6.  
  7. ------------------------- REAL ------------------------
  8.  
  9. --> Testing REAL Nonsymmetric Eigenvalue Problem [ snep.out ]
  10. --> Tests passed: 8820
  11.  
  12. --> Testing REAL Symmetric Eigenvalue Problem [ ssep.out ]
  13. --> Tests passed: 89520
  14.  
  15. --> Testing REAL Symmetric Eigenvalue Problem 2 stage [ sse2.out ]
  16. --> Tests passed: 89520
  17.  
  18. --> Testing REAL Singular Value Decomposition [ ssvd.out ]
  19. --> Tests passed: 117800
  20.  
  21. --> Testing REAL Eigen Condition [ sec.out ]
  22. --> Tests passed: 501251
  23.  
  24. --> Testing REAL Nonsymmetric Eigenvalue [ sed.out ]
  25. --> Tests passed: 12982
  26.  
  27. --> Testing REAL Nonsymmetric Generalized Eigenvalue Problem [ sgg.out ]
  28. --> Tests passed: 8736
  29.  
  30. --> Testing REAL Nonsymmetric Generalized Eigenvalue Problem driver [ sgd.out ]
  31. --> Tests passed: 10482
  32.  
  33. --> Testing REAL Symmetric Eigenvalue Problem [ ssb.out ]
  34. --> Tests passed: 810
  35.  
  36. --> Testing REAL Symmetric Eigenvalue Generalized Problem [ ssg.out ]
  37. --> Tests passed: 33516
  38.  
  39. --> Testing REAL Banded Singular Value Decomposition routines [ sbb.out ]
  40. --> Tests passed: 6000
  41.  
  42. --> Testing REAL Generalized Linear Regression Model routines [ sglm.out ]
  43. --> Tests passed: 48
  44.  
  45. --> Testing REAL Generalized QR and RQ factorization routines [ sgqr.out ]
  46. --> Tests passed: 1728
  47.  
  48. --> Testing REAL Generalized Singular Value Decomposition routines [ sgsv.out ]
  49. --> Tests passed: 384
  50.  
  51. --> Testing REAL CS Decomposition routines [ scsd.out ]
  52. --> Tests passed: 600
  53.  
  54. --> Testing REAL Constrained Linear Least Squares routines [ slse.out ]
  55. --> Tests passed: 96
  56.  
  57. --> Testing REAL Linear Equation routines [ stest.out ]
  58. --> Tests passed: 396160
  59.  
  60. --> Testing REAL RFP linear equation routines [ stest_rfp.out ]
  61. --> Tests passed: 13128
  62.  
  63.  
  64. ------------------------- DOUBLE PRECISION ------------------------
  65.  
  66. --> Testing DOUBLE PRECISION Nonsymmetric Eigenvalue Problem [ dnep.out ]
  67. --> Tests passed: 8820
  68.  
  69. --> Testing DOUBLE PRECISION Symmetric Eigenvalue Problem [ dsep.out ]
  70. --> Tests passed: 89520
  71.  
  72. --> Testing DOUBLE PRECISION Symmetric Eigenvalue Problem 2 stage [ dse2.out ]
  73. --> Tests passed: 89520
  74.  
  75. --> Testing DOUBLE PRECISION Singular Value Decomposition [ dsvd.out ]
  76. --> Tests passed: 117800
  77.  
  78. --> Testing DOUBLE PRECISION Eigen Condition [ dec.out ]
  79. --> Tests passed: 501251
  80.  
  81. --> Testing DOUBLE PRECISION Nonsymmetric Eigenvalue [ ded.out ]
  82. --> Tests passed: 12982
  83.  
  84. --> Testing DOUBLE PRECISION Nonsymmetric Generalized Eigenvalue Problem [ dgg.out ]
  85. --> Tests passed: 8736
  86.  
  87. --> Testing DOUBLE PRECISION Nonsymmetric Generalized Eigenvalue Problem driver [ dgd.out ]
  88. --> Tests passed: 10482
  89.  
  90. --> Testing DOUBLE PRECISION Symmetric Eigenvalue Problem [ dsb.out ]
  91. --> Tests passed: 810
  92.  
  93. --> Testing DOUBLE PRECISION Symmetric Eigenvalue Generalized Problem [ dsg.out ]
  94. --> Tests passed: 33516
  95.  
  96. --> Testing DOUBLE PRECISION Banded Singular Value Decomposition routines [ dbb.out ]
  97. --> Tests passed: 6000
  98.  
  99. --> Testing DOUBLE PRECISION Generalized Linear Regression Model routines [ dglm.out ]
  100. --> Tests passed: 48
  101.  
  102. --> Testing DOUBLE PRECISION Generalized QR and RQ factorization routines [ dgqr.out ]
  103. --> Tests passed: 1728
  104.  
  105. --> Testing DOUBLE PRECISION Generalized Singular Value Decomposition routines [ dgsv.out ]
  106. --> Tests passed: 384
  107.  
  108. --> Testing DOUBLE PRECISION CS Decomposition routines [ dcsd.out ]
  109. --> Tests passed: 600
  110.  
  111. --> Testing DOUBLE PRECISION Constrained Linear Least Squares routines [ dlse.out ]
  112. --> Tests passed: 96
  113.  
  114. --> Testing DOUBLE PRECISION Linear Equation routines [ dtest.out ]
  115. --> Tests passed: 396160
  116.  
  117. --> Testing DOUBLE PRECISION Mixed Precision linear equation routines [ dstest.out ]
  118. --> Tests passed: 812
  119.  
  120. --> Testing DOUBLE PRECISION RFP linear equation routines [ dtest_rfp.out ]
  121. --> Tests passed: 13128
  122.  
  123.  
  124. ------------------------- COMPLEX ------------------------
  125.  
  126. --> Testing COMPLEX Nonsymmetric Eigenvalue Problem [ cnep.out ]
  127. --> Tests passed: 8820
  128.  
  129. --> Testing COMPLEX Symmetric Eigenvalue Problem [ csep.out ]
  130. --> Tests passed: 77280
  131.  
  132. --> Testing COMPLEX Symmetric Eigenvalue Problem 2 stage [ cse2.out ]
  133. --> Tests passed: 77280
  134.  
  135. --> Testing COMPLEX Singular Value Decomposition [ csvd.out ]
  136. --> Tests passed: 84525
  137.  
  138. --> Testing COMPLEX Eigen Condition [ cec.out ]
  139. --> Tests passed: 5966
  140.  
  141. --> Testing COMPLEX Nonsymmetric Eigenvalue [ ced.out ]
  142. --> Tests passed: 12778
  143.  
  144. --> Testing COMPLEX Nonsymmetric Generalized Eigenvalue Problem [ cgg.out ]
  145. --> Tests passed: 8736
  146.  
  147. --> Testing COMPLEX Nonsymmetric Generalized Eigenvalue Problem driver [ cgd.out ]
  148. --> Tests passed: 10482
  149.  
  150. --> Testing COMPLEX Symmetric Eigenvalue Problem [ csb.out ]
  151. --> Tests passed: 810
  152.  
  153. --> Testing COMPLEX Symmetric Eigenvalue Generalized Problem [ csg.out ]
  154. --> Tests passed: 33516
  155.  
  156. --> Testing COMPLEX Banded Singular Value Decomposition routines [ cbb.out ]
  157. --> Tests passed: 6000
  158.  
  159. --> Testing COMPLEX Generalized Linear Regression Model routines [ cglm.out ]
  160. --> Tests passed: 48
  161.  
  162. --> Testing COMPLEX Generalized QR and RQ factorization routines [ cgqr.out ]
  163. --> Tests passed: 1728
  164.  
  165. --> Testing COMPLEX Generalized Singular Value Decomposition routines [ cgsv.out ]
  166. --> Tests passed: 384
  167.  
  168. --> Testing COMPLEX CS Decomposition routines [ ccsd.out ]
  169. --> Tests passed: 600
  170.  
  171. --> Testing COMPLEX Constrained Linear Least Squares routines [ clse.out ]
  172. --> Tests passed: 96
  173.  
  174. --> Testing COMPLEX Linear Equation routines [ ctest.out ]
  175. --> Tests passed: 407367
  176.  
  177. --> Testing COMPLEX RFP linear equation routines [ ctest_rfp.out ]
  178. --> Tests passed: 13128
  179.  
  180.  
  181. ------------------------- COMPLEX16 ------------------------
  182.  
  183. --> Testing COMPLEX16 Nonsymmetric Eigenvalue Problem [ znep.out ]
  184.  
  185. --> Testing COMPLEX16 Symmetric Eigenvalue Problem [ zsep.out ]
  186.  
  187. --> Testing COMPLEX16 Symmetric Eigenvalue Problem 2 stage [ zse2.out ]
  188. --> Tests passed: 77280
  189.  
  190. --> Testing COMPLEX16 Singular Value Decomposition [ zsvd.out ]
  191. --> Tests passed: 84525
  192.  
  193. --> Testing COMPLEX16 Eigen Condition [ zec.out ]
  194. --> Tests passed: 5966
  195.  
  196. --> Testing COMPLEX16 Nonsymmetric Eigenvalue [ zed.out ]
  197. --> Tests passed: 12778
  198.  
  199. --> Testing COMPLEX16 Nonsymmetric Generalized Eigenvalue Problem [ zgg.out ]
  200. --> Tests passed: 8736
  201.  
  202. --> Testing COMPLEX16 Nonsymmetric Generalized Eigenvalue Problem driver [ zgd.out ]
  203. --> Tests passed: 10482
  204.  
  205. --> Testing COMPLEX16 Symmetric Eigenvalue Problem [ zsb.out ]
  206. --> Tests passed: 810
  207.  
  208. --> Testing COMPLEX16 Symmetric Eigenvalue Generalized Problem [ zsg.out ]
  209. --> Tests passed: 33516
  210.  
  211. --> Testing COMPLEX16 Banded Singular Value Decomposition routines [ zbb.out ]
  212. --> Tests passed: 6000
  213.  
  214. --> Testing COMPLEX16 Generalized Linear Regression Model routines [ zglm.out ]
  215. --> Tests passed: 48
  216.  
  217. --> Testing COMPLEX16 Generalized QR and RQ factorization routines [ zgqr.out ]
  218. --> Tests passed: 1728
  219.  
  220. --> Testing COMPLEX16 Generalized Singular Value Decomposition routines [ zgsv.out ]
  221. --> Tests passed: 384
  222.  
  223. --> Testing COMPLEX16 CS Decomposition routines [ zcsd.out ]
  224. --> Tests passed: 600
  225.  
  226. --> Testing COMPLEX16 Constrained Linear Least Squares routines [ zlse.out ]
  227. --> Tests passed: 96
  228.  
  229. --> Testing COMPLEX16 Linear Equation routines [ ztest.out ]
  230. --> Tests passed: 407367
  231.  
  232. --> Testing COMPLEX16 Mixed Precision linear equation routines [ zctest.out ]
  233. --> Tests passed: 812
  234.  
  235. --> Testing COMPLEX16 RFP linear equation routines [ ztest_rfp.out ]
  236. --> Tests passed: 13128
  237.  
  238.  
  239. --> LAPACK TESTING SUMMARY <--
  240. Processing LAPACK Testing output found in the TESTING directory
  241. SUMMARY nb test run numerical error other error
  242. ================ =========== ================= ================
  243. REAL 1291581 0 (0.000%) 0 (0.000%)
  244. DOUBLE PRECISION 1292393 0 (0.000%) 0 (0.000%)
  245. COMPLEX 749544 0 (0.000%) 0 (0.000%)
  246. COMPLEX16 664256 0 (0.000%) 0 (0.000%)
  247.  
  248. --> ALL PRECISIONS 3997774 0 (0.000%) 0 (0.000%)
  249.  
  250. root@linaro-alip:~/lapack#
Add Comment
Please, Sign In to add comment