Changeset 26992
- Timestamp:
- 05/05/22 19:15:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh
r26991 r26992 65 65 66 66 echo "Moving MPICH binaries to bin/" 67 if [ -f ${ISSM_DIR}/ petsc/install/bin/mpiexec ]; then68 cp ${ISSM_DIR}/ petsc/install/bin/mpiexec .69 cp ${ISSM_DIR}/ petsc/install/bin/hydra_pmi_proxy .67 if [ -f ${ISSM_DIR}/externalpackages/petsc/install/bin/mpiexec ]; then 68 cp ${ISSM_DIR}/externalpackages/petsc/install/bin/mpiexec . 69 cp ${ISSM_DIR}/externalpackages/petsc/install/bin/hydra_pmi_proxy . 70 70 elif [ -f ${ISSM_DIR}/mpich/install/bin/mpiexec ]; then 71 71 cp ${ISSM_DIR}/externalpackages/mpich/install/bin/mpiexec .
Note:
See TracChangeset
for help on using the changeset viewer.