Skip to content

Commit

Permalink
Pin conda OpenMPI to non-external
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 28, 2024
1 parent 8923ad8 commit 5954202
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .test-conda-env-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ dependencies:

# Only needed to make pylint succeed
- matplotlib-base

# This is intended to prevent conda from selecting 'external' (i.e. empty) builds
# of OpenMPI to satisfy the MPI dependency of mpi4py. It did so in May 2024, leading
# to confusing failues saying
# 'libmpi.so.40: cannot open shared object file: No such file or directory'.
# https://github.com/conda-forge/openmpi-feedstock/issues/153
# https://conda-forge.org/docs/user/tipsandtricks/#using-external-message-passing-interface-mpi-libraries
- openmpi>=5=h*

0 comments on commit 5954202

Please sign in to comment.