Ignore:
Timestamp:
05/01/17 11:53:21 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added some installation scripts

Location:
issm/trunk-jpl/externalpackages/petsc
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.7-macosx64.sh

    r21684 r21692  
    1717cd src
    1818./config/configure.py \
    19         --CXXOPTFLAGS="-g -O3" \
    20         --COPTFLAGS="-g -O3" \
    21         --FOPTFLAGS="-g -O3" \
    2219        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    2320        --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \
    2421        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    25         --with-debugging=0 \
     22        --with-debugging=1 \
    2623        --with-valgrind=0 \
    2724        --with-x=0 \
Note: See TracChangeset for help on using the changeset viewer.