Ignore:
Timestamp:
03/04/20 16:38:00 (5 years ago)
Author:
jdquinn
Message:

CHG: Updated configuration for Mac to use PETSc 3.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island

    r24604 r24637  
    44
    55# MATLAB path
    6 MATLAB_PATH="/Applications/MATLAB_R2015b.app"
     6MATLAB_PATH="/Applications/MATLAB_R2019b.app"
    77
    88# ISSM CONFIGURATION
     
    1111        --disable-static \
    1212        --with-matlab-dir=$MATLAB_PATH \
    13         --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
    14         --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
    15         --with-blas-lapack-dir=$ISSM_DIR/externalpackages/lapack/install \
     13        --with-mpi-include=$ISSM_DIR/externalpackages/petsc/install/include \
     14        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     15        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    1616        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    1717        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    4141        autotools       install.sh
    4242        cmake           install.sh
    43         mpich           install-3.3.sh
    44         lapack          install-3.8-mac.sh
    45         petsc           install-3.7-mac.sh
     43        petsc           install-3.12-mac.sh
    4644        triangle        install-mac.sh
    4745        chaco           install.sh
Note: See TracChangeset for help on using the changeset viewer.