Skip to content

Commit f7fe655

Browse files
metro-jeon-jaesungGitea
authored andcommitted
Merge branch 'feature/13677' of HPC-OpenFold/openfold-mirror into fugaku_v1
2 parents 6e99e3e + 7d092e6 commit f7fe655

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/install_fugaku_others.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ popd
132132

133133
# mpi4py
134134
#env MPICC=`which mpifcc` pip3 install mpi4py
135-
env MPICFG="fujitsu-mpi" pip3 install mpi4py==3.1.4
136-
135+
pip3 install -U "pip<24.1" wheel
136+
env MPICFG=fujitsu-mpi MPICC=/opt/FJSVxtclanga/tcsds-1.2.42/bin/mpifcc \
137+
pip3 install --no-build-isolation mpi4py==3.1.4
137138
# OpenFold
138139
pushd $OPENFOLDDIR
139140
pip3 install .

0 commit comments

Comments
 (0)