-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2023.06' of https://github.com/EESSI/software-layer int…
…o espresso_2021a
- Loading branch information
Showing
12 changed files
with
184 additions
and
34 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
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
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
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
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
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
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,7 @@ | ||
easyconfigs: | ||
- Xvfb-1.20.11-GCCcore-10.3.0.eb: | ||
# fix permission issues for xvfb-run script, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/18834 | ||
options: | ||
from-pr: 18834 | ||
- R-4.1.0-foss-2021a.eb |
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,7 @@ | ||
easyconfigs: | ||
- Xvfb-1.20.13-GCCcore-11.2.0.eb: | ||
# enable exec permissions for xvfb-run after copying; | ||
# need to also enable user write permissions on xvfb-run to ensure that copying with preserved permissions works | ||
options: | ||
from-pr: 18834 | ||
- R-4.2.0-foss-2021b.eb |
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,7 @@ | ||
easyconfigs: | ||
- OpenBLAS-0.3.20-GCC-11.3.0: | ||
# use easyconfig that includes patch to fix detection of Neoverse V1 CPUs, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/18870 | ||
options: | ||
from-pr: 18870 | ||
- foss-2022a |
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,10 @@ | ||
easyconfigs: | ||
- GCC-12.3.0 | ||
- OpenBLAS-0.3.23-GCC-12.3.0: | ||
# add patch to disable flaky DDRGES3 LAPACK test, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/18887; | ||
# also pulls in patch to avoid hang when running OpenBLAS test suite, | ||
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/18790 | ||
options: | ||
from-pr: 18887 | ||
- foss-2023a |
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,6 @@ | ||
easyconfigs: | ||
# rebuilt with EasyBuild v4.8.1 (now wraps around Java/11.0.20) | ||
- Java-11.eb | ||
- ReFrame-4.3.3.eb: | ||
options: | ||
from-pr: 18851 |
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,22 @@ | ||
- aarch64/neoverse_v1: | ||
- FFTW/3.3.10-3.3.10-GCC-11.3.0: | ||
- issue: https://github.com/EESSI/software-layer/issues/325 | ||
- info: "Flaky FFTW tests, random failures" | ||
- FFTW/3.3.10-3.3.10-gompi-2021b: | ||
- issue: https://github.com/EESSI/software-layer/issues/325 | ||
- info: "Flaky FFTW tests, random failures" | ||
- OpenBLAS/0.3.18-GCC-11.2.0: | ||
- issue: https://github.com/EESSI/software-layer/issues/314 | ||
- info: "Increased number of non-numerical failures in OpenBLAS test suite (238 vs max. 150 on x86_64/*)" | ||
- OpenBLAS/0.3.20-GCC-11.3.0: | ||
- issue: https://github.com/EESSI/software-layer/issues/314 | ||
- info: "Increased number of non-numerical failures in OpenBLAS test suite (238 vs max. 150 on x86_64/*)" | ||
- OpenBLAS/0.3.21-GCC-12.2.0: | ||
- issue: https://github.com/EESSI/software-layer/issues/314 | ||
- info: "Increased number of non-numerical failures in OpenBLAS test suite (344 vs max. 150 on x86_64/*)" | ||
- SciPy-bundle/2021.05-foss-2021a: | ||
- issue: https://github.com/EESSI/software-layer/issues/318 | ||
- info: "2 failing tests (vs 30554 passed) in scipy test suite" | ||
- SciPy-bundle/2021.10-foss-2021b: | ||
- issue: https://github.com/EESSI/software-layer/issues/318 | ||
- info: "20 failing tests (vs 14429 passed) in numpy test suite + 55 failing tests (vs 32438 passed) in scipy test suite" |