File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ set +e
315315verify_nvidia-smi
316316ec=$?
317317if [ ${ec} -eq 0 ]; then
318+ echo " Installing NVIDIA drivers for use in prefix shell..." "
318319 export LD_LIBRARY_PATH=" /.singularity.d/libs:${LD_LIBRARY_PATH} "
319320 ${EESSI_PREFIX} /scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
320321elif [ ${ec} -eq 1 ]; then
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ function verify_nvidia-smi {
153153 nvidia-smi --version
154154 ec=$?
155155 if [ ${ec} -eq 0 ]; then
156- echo " Command 'nvidia-smi' found. Installing NVIDIA drivers for use in prefix shell... "
156+ echo " Command 'nvidia-smi' found."
157157 return 0
158158 else
159159 echo " Warning: command 'nvidia-smi' found, but 'nvidia-smi --version' did not run succesfully."
You can’t perform that action at this time.
0 commit comments