Skip to content

Commit

Permalink
Merge branch 'update_driver_script' of github.com:ocaisa/software-lay…
Browse files Browse the repository at this point in the history
…er into update_driver_script
  • Loading branch information
ocaisa committed Oct 10, 2024
2 parents 5b3fb27 + 26a91f0 commit c102313
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ check_global_read() {
fi
}

# Make sure EESSI is initialised (doesn't matter what version)
check_eessi_initialised

# Check for required commands
command -v nvidia-smi >/dev/null 2>&1 || { echo_yellow "nvidia-smi not found, this script won't do anything useful"; return 1; }

Expand Down

0 comments on commit c102313

Please sign in to comment.