Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ fi

# Install NVIDIA drivers in host_injections (if they exist)
if command_exists "nvidia-smi"; then
export LD_LIBRARY_PATH="/.singularity.d/libs:${LD_LIBRARY_PATH}"
nvidia-smi --version
ec=$?
if [ ${ec} -eq 0 ]; then
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
easyconfigs:
- CUDA-12.4.0.eb:
options:
accept-eula-for: CUDA
# see https://github.com/easybuilders/easybuild-easyblocks/pull/3516
include-easyblocks-from-commit: 3469151ce7e4f85415c877dee555aeea7691c757
- UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.4.0.eb
- UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.4.0.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21565
from-commit: 46141a3f40e699433fac03af2d3ed81bd5a62da7
- OSU-Micro-Benchmarks-7.5-gompi-2023b-CUDA-12.4.0.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/21926
# from-commit: de79ec74eb076e1aceda5e21235a73c05ed6764c
# use merge commit
from-commit: f3bd10b19f7caf4de3302bc7a73749341db9c7d8
Loading