Skip to content

Commit

Permalink
Pin libmpich-dev to 4.0-3
Browse files Browse the repository at this point in the history
Signed-off-by: sfc-gh-mvashishtha <[email protected]>
  • Loading branch information
sfc-gh-mvashishtha committed Jan 15, 2025
1 parent 0aea0ae commit 22f4a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
MODIN_ENGINE=ray python -c "import modin.pandas as pd; print(pd.DataFrame([1,2,3]))"
- name: Ensure MPI engine start up
# Install a working MPI implementation beforehand so mpi4py can link to it.
# Cap libmpich-dev under version 4.2, which does not seem to work:
# https://github.com/modin-project/modin/issues/7419
# Pin libmpich-dev to version 4.0-3. Version 4.2.0-5build3 does not work.
# See https://github.com/modin-project/modin/issues/7419.
run: |
sudo apt install libmpich-dev<4.2
sudo apt install libmpich-dev=4.0-3
python -m pip install -e ".[mpi]"
MODIN_ENGINE=unidist UNIDIST_BACKEND=mpi mpiexec -n 1 python -c "import modin.pandas as pd; print(pd.DataFrame([1,2,3]))"
if: matrix.os == 'ubuntu'
Expand Down

0 comments on commit 22f4a24

Please sign in to comment.