Skip to content

Commit 5a6b43c

Browse files
author
Caspar van Leeuwen
committed
Use the GPU install scripts from the cloned software-layer-scripts so that updates are immediately taken into account
1 parent 8292fa3 commit 5a6b43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EESSI-install-software.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ echo "Going to install full CUDA SDK and cu* libraries under host_injections if
327327
temp_install_storage=${TMPDIR}/temp_install_storage
328328
mkdir -p ${temp_install_storage}
329329
if [ -z "${skip_cuda_install}" ] || [ ! "${skip_cuda_install}" ]; then
330-
${EESSI_PREFIX}/scripts/gpu_support/nvidia/install_cuda_and_libraries.sh \
330+
${TOPDIR}/scripts/gpu_support/nvidia/install_cuda_and_libraries.sh \
331331
-t ${temp_install_storage} \
332332
--accept-cuda-eula \
333333
--accept-cudnn-eula
@@ -338,7 +338,7 @@ fi
338338
# Install NVIDIA drivers in host_injections (if they exist)
339339
if nvidia_gpu_available; then
340340
echo "Installing NVIDIA drivers for use in prefix shell..."
341-
${EESSI_PREFIX}/scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
341+
${TOPDIR}/scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
342342
fi
343343

344344

0 commit comments

Comments
 (0)