We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55093eb commit 3044940Copy full SHA for 3044940
1 file changed
pySDC/projects/compression/Docker/install_pySDC.sh
@@ -15,7 +15,7 @@ cd /pySDC
15
pip install -e .
16
python -m pip install pytest
17
python -m pip install coverage
18
-python -m pip install mpi4py
+python -m pip install "mpi4py<4.1.0"
19
20
# go back to original working directory
21
cd $current_dir
0 commit comments