Skip to content

Commit 0f0a0a7

Browse files
committed
restricting mpi4py version number
1 parent b338dc5 commit 0f0a0a7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pySDC/projects/compression/Docker/install_pySDC.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ source /opt/spack/share/spack/setup-env.sh
99
# load libpressio in spack to make sure we are using the correct Python
1010
spack load libpressio
1111

12-
which mpicc
13-
mpicc --version
14-
1512
# install local version of pySDC and other dependencies
1613
python -m pip install --upgrade pip
1714
cd /pySDC
1815
pip install -e .
1916
python -m pip install pytest
2017
python -m pip install coverage
21-
python -m pip install --no-binary :all: mpi4py
22-
23-
python -c "from mpi4py import MPI"
18+
python -m pip install mpi4py<4.1.0
2419

2520
# go back to original working directory
2621
cd $current_dir

0 commit comments

Comments
 (0)