File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ echo "Going to install full CUDA SDK and cu* libraries under host_injections if
327327temp_install_storage=${TMPDIR} /temp_install_storage
328328mkdir -p ${temp_install_storage}
329329if [ -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
338338# Install NVIDIA drivers in host_injections (if they exist)
339339if 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
342342fi
343343
344344
You can’t perform that action at this time.
0 commit comments