Changeset 26992


Ignore:
Timestamp:
05/05/22 19:15:19 (3 years ago)
Author:
jdquinn
Message:

BUG: ISSM_DIR variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh

    r26991 r26992  
    6565
    6666echo "Moving MPICH binaries to bin/"
    67 if [ -f ${ISSM_DIR}/petsc/install/bin/mpiexec ]; then
    68         cp ${ISSM_DIR}/petsc/install/bin/mpiexec .
    69         cp ${ISSM_DIR}/petsc/install/bin/hydra_pmi_proxy .
     67if [ -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 .
    7070elif [ -f ${ISSM_DIR}/mpich/install/bin/mpiexec ]; then
    7171        cp ${ISSM_DIR}/externalpackages/mpich/install/bin/mpiexec .
Note: See TracChangeset for help on using the changeset viewer.