-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18887 from boegel/20230929082557_new_pr_OpenBLAS0323
add patch to disable flaky DDRGES3 LAPACK test in OpenBLAS 0.3.23 + 0.3.24
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.23_disable-DDRGES3-LAPACK-test.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
disable failing DDRGES3 test in LAPACK 3.10 test suite, fixes "Error code from DDRGES3 = 9"; | ||
see also https://github.com/OpenMathLib/OpenBLAS/issues/4032 | ||
author: Kenneth Hoste (HPC-UGent) | ||
--- OpenBLAS-0.3.23/lapack-netlib/TESTING/dgd.in.orig 2023-09-29 08:05:53.089031858 +0200 | ||
+++ OpenBLAS-0.3.23/lapack-netlib/TESTING/dgd.in 2023-09-29 08:08:32.234680735 +0200 | ||
@@ -1,6 +1,6 @@ | ||
DGS Data for the Real Nonsymmetric Schur Form Driver | ||
5 Number of matrix dimensions | ||
-6 2 10 12 20 30 Matrix dimensions | ||
+2 10 12 20 30 Matrix dimensions | ||
1 1 1 2 1 Parameters NB, NBMIN, NXOVER, NS, NBCOL | ||
10 Threshold for test ratios | ||
.TRUE. Put T to test the error exits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters