Skip to content

Commit

Permalink
Update link_nvidia_host_libraries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Sep 27, 2024
1 parent 2d5c96b commit 1a325f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ if [ "$LD_PRELOAD_MODE" -eq 1 ]; then
echo
echo_yellow "Then you can set LD_PRELOAD only when you want to run a GPU application, e.g.,"
echo_yellow " LD_PRELOAD=\"\$EESSI_GPU_LD_PRELOAD\" device_query"
else
echo "No libraries matched, LD_PRELOAD not set."
fi
[[ "${BASH_SOURCE[0]}" != "${0}" ]] && return 1 || exit 1
fi
Expand Down

0 comments on commit 1a325f2

Please sign in to comment.