Skip to content

Commit 1bf38ef

Browse files
authored
Merge pull request #762 from boegel/2023.06-software.eessi.io_dedicated-CUDA-easystacks
move CUDA installations in CPU-only paths to dedicated easyconfigs
2 parents c712973 + a0712df commit 1bf38ef

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
easyconfigs:
2+
- CUDA-Samples-12.1-GCC-12.3.0-CUDA-12.1.1.eb:
3+
# use easyconfig that only install subset of CUDA samples,
4+
# to circumvent problem with nvcc linking to glibc of host OS,
5+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19189;
6+
# and where additional samples are excluded because they fail to build on aarch64,
7+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19451;
8+
options:
9+
from-pr: 19451

easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.8.2-2023a.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ easyconfigs:
3535
- Boost-1.82.0-GCC-12.3.0.eb
3636
- netCDF-4.9.2-gompi-2023a.eb
3737
- FFmpeg-6.0-GCCcore-12.3.0.eb
38-
- CUDA-Samples-12.1-GCC-12.3.0-CUDA-12.1.1.eb:
39-
# use easyconfig that only install subset of CUDA samples,
40-
# to circumvent problem with nvcc linking to glibc of host OS,
41-
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19189;
42-
# and where additional samples are excluded because they fail to build on aarch64,
43-
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19451;
44-
options:
45-
from-pr: 19451
4638
- ALL-0.9.2-foss-2023a.eb:
4739
options:
4840
from-pr: 19455
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
easyconfigs:
2+
- OSU-Micro-Benchmarks-7.2-gompi-2023a-CUDA-12.1.1.eb

easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-4.9.0-2023a.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ easyconfigs:
3434
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19996
3535
from-pr: 19996
3636
- dask-2023.9.2-foss-2023a.eb
37-
- OSU-Micro-Benchmarks-7.2-gompi-2023a-CUDA-12.1.1.eb
3837
- JupyterNotebook-7.0.2-GCCcore-12.3.0.eb
3938
- ImageMagick-7.1.1-15-GCCcore-12.3.0.eb:
4039
options:

0 commit comments

Comments
 (0)