Skip to content

Commit 01b2e0f

Browse files
authored
Merge pull request EESSI#997 from trz42/2023.06-grace-hopper-eb494-2023b-CUDA
{2023.06}[2023b,CUDA,grace] CUDA/12.4, UCX-CUDA/1.15.0, UCC-CUDA/1.2.0, OSU-Micro-Benchmarks-7.5 w/ CUDA
2 parents d0346f9 + bb2db14 commit 01b2e0f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

EESSI-install-software.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ fi
271271

272272
# Install NVIDIA drivers in host_injections (if they exist)
273273
if command_exists "nvidia-smi"; then
274+
export LD_LIBRARY_PATH="/.singularity.d/libs:${LD_LIBRARY_PATH}"
274275
nvidia-smi --version
275276
ec=$?
276277
if [ ${ec} -eq 0 ]; then
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
easyconfigs:
2+
- CUDA-12.4.0.eb:
3+
options:
4+
accept-eula-for: CUDA
5+
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3516
6+
include-easyblocks-from-commit: 3469151ce7e4f85415c877dee555aeea7691c757
7+
- UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.4.0.eb
8+
- UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.4.0.eb:
9+
options:
10+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21565
11+
from-commit: 46141a3f40e699433fac03af2d3ed81bd5a62da7
12+
- OSU-Micro-Benchmarks-7.5-gompi-2023b-CUDA-12.4.0.eb:
13+
options:
14+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21926
15+
# from-commit: de79ec74eb076e1aceda5e21235a73c05ed6764c
16+
# use merge commit
17+
from-commit: f3bd10b19f7caf4de3302bc7a73749341db9c7d8

0 commit comments

Comments
 (0)