Skip to content

Commit 2e8e7a4

Browse files
committed
fix comment for EESSI-install-software.sh
Signed-off-by: laraPPr <lara.peeters@ugent.be>
1 parent a84d7c6 commit 2e8e7a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

EESSI-install-software.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ set +e
315315
verify_nvidia-smi
316316
ec=$?
317317
if [ ${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
320321
elif [ ${ec} -eq 1 ]; then

scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)