Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions init/eessi_archdetect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,4 @@ case "$ARGUMENT" in
"accelpath") accelpath; exit;;
*) echo "$USAGE"; log "ERROR" "Missing <action> argument (possible actions: 'cpupath', 'accelpath')";;
esac

1 change: 1 addition & 0 deletions init/eessi_environment_variables
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ if [ -d $EESSI_PREFIX ]; then
else
error "EESSI repository at $EESSI_PREFIX not found!"
fi

1 change: 1 addition & 0 deletions scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -689,3 +689,4 @@ symlink_mode

# If everything went OK, show success message
echo_green "Host NVIDIA GPU drivers linked successfully for EESSI"