Skip to content

Commit

Permalink
fix mpi4py LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Aug 27, 2024
1 parent f9ace03 commit 56592cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-pip-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ fi

# Install the packages from the requirements file
export MPI4PY_BUILD_CONFIGURE=1

if [[ $(hostname) == tioga* ]]; then
export LDFLAGS="$LDFLAGS -Wl,-rpath /opt/cray/pe/cce/18.0.0/cce/x86_64/lib"
fi

pip install --src . -r "$requirements_file"

0 comments on commit 56592cd

Please sign in to comment.