Skip to content

Commit ff24097

Browse files
author
Caspar van Leeuwen
committed
Add test easystacks with which we have seen the original issue
1 parent 324f536 commit ff24097

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# We'll rebuild all CUDA software, for various reasons
2+
# 1. We now have a proper CUDA sanity check, and if anything was 'wrong' with our current CUDA installs, we'd like
3+
# to know about it
4+
# 2. The PR implementing a CI to check for differences between officially supported CUDA Compute Capabilities shows
5+
# that there are a lot of missing installations https://github.com/EESSI/software-layer/pull/1087 . A rebuild PR like
6+
# this will have the convenient side effect of filling all those holes
7+
easyconfigs:
8+
- CUDA-12.1.1.eb:
9+
options:
10+
accept-eula-for: CUDA
11+
- cuDNN-8.9.2.26-CUDA-12.1.1.eb
12+
- LAMMPS-2Aug2023_update2-foss-2023a-kokkos-CUDA-12.1.1.eb
13+
- ESPResSo-4.2.2-foss-2023a-CUDA-12.1.1.eb
14+
- LightGBM-4.5.0-foss-2023a-CUDA-12.1.1.eb
15+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# We'll rebuild all CUDA software, for various reasons
2+
# 1. We now have a proper CUDA sanity check, and if anything was 'wrong' with our current CUDA installs, we'd like
3+
# to know about it
4+
# 2. The PR implementing a CI to check for differences between officially supported CUDA Compute Capabilities shows
5+
# that there are a lot of missing installations https://github.com/EESSI/software-layer/pull/1087 . A rebuild PR like
6+
# this will have the convenient side effect of filling all those holes
7+
easyconfigs:
8+
- CUDA-12.4.0.eb:
9+
options:
10+
accept-eula-for: CUDA
11+
- UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.4.0.eb
12+
- UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.4.0.eb
13+
- OSU-Micro-Benchmarks-7.5-gompi-2023b-CUDA-12.4.0.eb
14+
- GROMACS-2024.4-foss-2023b-CUDA-12.4.0.eb

0 commit comments

Comments
 (0)