Skip to content

Commit

Permalink
Merge pull request #18887 from boegel/20230929082557_new_pr_OpenBLAS0323
Browse files Browse the repository at this point in the history
add patch to disable flaky DDRGES3 LAPACK test in OpenBLAS 0.3.23 + 0.3.24
  • Loading branch information
casparvl authored Sep 29, 2023
2 parents 9b178e7 + 8101ef8 commit b553160
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ patches = [
'OpenBLAS-0.3.23_fix-parallel-build.patch',
'OpenBLAS-0.3.23_fix-lapack-test.patch',
'OpenBLAS-0.3.23_fix-tests-hang.patch',
'OpenBLAS-0.3.23_disable-DDRGES3-LAPACK-test.patch',
]
checksums = [
{'v0.3.23.tar.gz': '5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114'},
Expand All @@ -32,6 +33,8 @@ checksums = [
{'OpenBLAS-0.3.23_fix-parallel-build.patch': 'abe10ba3b0ca54772dbf235596e35325a5159018f6a60cfc88824c2c220d99d9'},
{'OpenBLAS-0.3.23_fix-lapack-test.patch': 'f6b3d81061f136e34aaf5359bb80fb9d2bba28825cc1dd26179b8dd01a9a0054'},
{'OpenBLAS-0.3.23_fix-tests-hang.patch': '9de1fdee6edf3b2bb55e4639fdd92d2877b5f0ac880f7df2cfea47ecebf16609'},
{'OpenBLAS-0.3.23_disable-DDRGES3-LAPACK-test.patch':
'36a16b4d3b867897413b43b774f8b57d641ad9a1b452e9de33ced198ab25e461'},
]

builddependencies = [
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ patches = [
'OpenBLAS-0.3.15_workaround-gcc-miscompilation.patch',
'OpenBLAS-0.3.21_fix-order-vectorization.patch',
'OpenBLAS-0.3.23_fix-lapack-test.patch',
'OpenBLAS-0.3.23_disable-DDRGES3-LAPACK-test.patch',
]
checksums = [
{'v0.3.24.tar.gz': 'ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132'},
Expand All @@ -28,6 +29,8 @@ checksums = [
{'OpenBLAS-0.3.21_fix-order-vectorization.patch':
'08af834e5d60441fd35c128758ed9c092ba6887c829e0471ecd489079539047d'},
{'OpenBLAS-0.3.23_fix-lapack-test.patch': 'f6b3d81061f136e34aaf5359bb80fb9d2bba28825cc1dd26179b8dd01a9a0054'},
{'OpenBLAS-0.3.23_disable-DDRGES3-LAPACK-test.patch':
'36a16b4d3b867897413b43b774f8b57d641ad9a1b452e9de33ced198ab25e461'},
]

builddependencies = [
Expand Down

0 comments on commit b553160

Please sign in to comment.