Skip to content

Commit

Permalink
disable override GPU check in EESSI-install-software.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 25, 2024
1 parent 1ff6158 commit 5e827f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ if command_exists "nvidia-smi"; then
fi

# Don't run the Lmod GPU driver check when doing builds (may not have a GPU, and it's not relevant for vanilla builds anyway)
echo "EESSI_OVERRIDE_GPU_CHECK='${EESSI_OVERRIDE_GPU_CHECK}'"
export EESSI_OVERRIDE_GPU_CHECK=1
#echo "EESSI_OVERRIDE_GPU_CHECK='${EESSI_OVERRIDE_GPU_CHECK}'"
#export EESSI_OVERRIDE_GPU_CHECK=1

# use PR patch file to determine in which easystack files stuff was added
changed_easystacks=$(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^easystacks/.*yml$' | egrep -v 'known-issues|missing')
Expand Down

0 comments on commit 5e827f5

Please sign in to comment.