Skip to content

Commit a6db0f3

Browse files
committed
Enable deploy for #125
1 parent eba6086 commit a6db0f3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

init/eessi_archdetect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,4 @@ case "$ARGUMENT" in
219219
"accelpath") accelpath; exit;;
220220
*) echo "$USAGE"; log "ERROR" "Missing <action> argument (possible actions: 'cpupath', 'accelpath')";;
221221
esac
222+

init/eessi_environment_variables

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,4 @@ if [ -d $EESSI_PREFIX ]; then
177177
else
178178
error "EESSI repository at $EESSI_PREFIX not found!"
179179
fi
180+

scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,3 +689,4 @@ symlink_mode
689689

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

0 commit comments

Comments
 (0)