Skip to content

Commit b338dc5

Browse files
committed
Dont use wheel for mpi4py
1 parent 6fd4f3c commit b338dc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pySDC/projects/compression/Docker/install_pySDC.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ cd /pySDC
1818
pip install -e .
1919
python -m pip install pytest
2020
python -m pip install coverage
21-
python -m pip install mpi4py
21+
python -m pip install --no-binary :all: mpi4py
2222

2323
python -c "from mpi4py import MPI"
24-
mpirun -np 2 python -c "from mpi4py import MPI"
2524

2625
# go back to original working directory
2726
cd $current_dir

0 commit comments

Comments
 (0)