We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e99e3e + 7d092e6 commit f7fe655Copy full SHA for f7fe655
1 file changed
scripts/install_fugaku_others.sh
@@ -132,8 +132,9 @@ popd
132
133
# mpi4py
134
#env MPICC=`which mpifcc` pip3 install mpi4py
135
-env MPICFG="fujitsu-mpi" pip3 install mpi4py==3.1.4
136
-
+pip3 install -U "pip<24.1" wheel
+env MPICFG=fujitsu-mpi MPICC=/opt/FJSVxtclanga/tcsds-1.2.42/bin/mpifcc \
137
+ pip3 install --no-build-isolation mpi4py==3.1.4
138
# OpenFold
139
pushd $OPENFOLDDIR
140
pip3 install .
0 commit comments