Skip to content

Commit

Permalink
Linux: Install MPI in dedicated prefix to avoid shared lib conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 17, 2024
1 parent 9f4f60e commit 556c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cibw/install-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ echo "Copying MPI to $MPI_ROOT"
$SUDO mkdir -p "$MPI_ROOT"
$SUDO cp -RP "$envdir"/. "$MPI_ROOT"
echo "Rebuild dynamic linker cache"
$SUDO "$(command -v ldconfig || echo true)"
$SUDO "$(command -v ldconfig || echo true)" "$MPI_ROOT"

echo "Display MPI information"
if [ "$MPI_PACKAGE" == mpich ]; then mpichversion; fi
Expand Down

0 comments on commit 556c4ff

Please sign in to comment.