Changeset 21692


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
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/mpich/install-3.2-macosx64.sh

    r21507 r21692  
    1616rm -rf mpich-3.2
    1717
     18#patch from http://lists.mpich.org/pipermail/discuss/2016-May/004764.html
     19cat src/src/include/mpiimpl.h | sed -e 's/} MPID_Request ATTRIBUTE((__aligned__(32)));/} ATTRIBUTE((__aligned__(32))) MPID_Request;/g' > TEMP
     20mv TEMP src/src/include/mpiimpl.h
     21
    1822#Configure mpich
    1923cd src
  • 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.