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 b338dc5 commit 0f0a0a7Copy full SHA for 0f0a0a7
pySDC/projects/compression/Docker/install_pySDC.sh
@@ -9,18 +9,13 @@ source /opt/spack/share/spack/setup-env.sh
9
# load libpressio in spack to make sure we are using the correct Python
10
spack load libpressio
11
12
-which mpicc
13
-mpicc --version
14
-
15
# install local version of pySDC and other dependencies
16
python -m pip install --upgrade pip
17
cd /pySDC
18
pip install -e .
19
python -m pip install pytest
20
python -m pip install coverage
21
-python -m pip install --no-binary :all: mpi4py
22
23
-python -c "from mpi4py import MPI"
+python -m pip install mpi4py<4.1.0
24
25
# go back to original working directory
26
cd $current_dir
0 commit comments