Skip to content

Commit

Permalink
Set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jan 10, 2025
1 parent 41e852e commit 3d5b312
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/python_install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ runs:
python3 -m venv .venv
source .venv/bin/activate
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH >> $GITHUB_ENV
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
echo $LD_LIBRARY_PATH
which mpicc
mpicc -show
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/nvidia/hpc_sdk/Linux_x86_64/24.9/comm_libs/12.6/hpcx/hpcx-2.20/ompi/lib" >> $GITHUB_ENV
apt-get update && apt-get install -y sudo
TZ=Europe/France
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit 3d5b312

Please sign in to comment.