Browse Source

Merge pull request #3715 from martin-frbg/issue3648

Increase thresholds for STFSM and CTFSM in the LAPACK testsuite
tags/v0.3.21
Martin Kroeker GitHub 3 years ago
parent
commit
9f89b62b25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lapack-netlib/TESTING/ctest_rfp.in
  2. +1
    -1
      lapack-netlib/TESTING/stest_rfp.in

+ 1
- 1
lapack-netlib/TESTING/ctest_rfp.in View File

@@ -5,5 +5,5 @@ Data file for testing COMPLEX LAPACK linear equation routines RFP format
1 2 15 Values of NRHS (number of right hand sides)
9 Number of matrix types (list types on next line if 0 < NTYPES < 9)
1 2 3 4 5 6 7 8 9 Matrix Types
30.0 Threshold value of test ratio
42.0 Threshold value of test ratio
T Put T to test the error exits

+ 1
- 1
lapack-netlib/TESTING/stest_rfp.in View File

@@ -5,5 +5,5 @@ Data file for testing REAL LAPACK linear equation routines RFP format
1 2 15 Values of NRHS (number of right hand sides)
9 Number of matrix types (list types on next line if 0 < NTYPES < 9)
1 2 3 4 5 6 7 8 9 Matrix Types
30.0 Threshold value of test ratio
42.0 Threshold value of test ratio
T Put T to test the error exits

Loading…
Cancel
Save