-
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 #19495 from Flamefire/20240104165720_new_pr_OpenBL…
…AS0323 fix lapack test failures in OpenBLAS 0.3.23/24
Showing
3 changed files
with
32 additions
and
10 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
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/o/OpenBLAS/OpenBLAS-0.3.23_disable-xDRGES-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,26 @@ | ||
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) | ||
Similar for SDRGES: SGGES returned INFO= 9. | ||
See https://github.com/OpenMathLib/OpenBLAS/issues/4415 | ||
Author: Alexander Grund (TU Dresden) | ||
--- 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 | ||
-2 6 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 | ||
--- OpenBLAS-0.3.23/lapack-netlib/TESTING/sgd.in.orig 2023-06-06 11:01:50.512947527 +0000 | ||
+++ OpenBLAS-0.3.23/lapack-netlib/TESTING/sgd.in 2023-06-06 11:02:05.318078733 +0000 | ||
@@ -1,6 +1,6 @@ | ||
SGS Data for the Real Nonsymmetric Schur Form Driver | ||
5 Number of matrix dimensions | ||
-2 6 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