Ignore:
Timestamp:
06/22/13 11:24:22 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: mpich2 is now in externalpackages/mpich

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.1-linux64-astrid.sh

    r13246 r15319  
    1818./config/configure.py \
    1919 --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    20  --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install \
     20 --with-mpi-dir=$ISSM_DIR/externalpackages/mpich/install \
    2121 --PETSC_ARCH=linux-gnu-amd64 \
    2222 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
     
    2929 --download-f-blas-lapack=yes \
    3030 --download-parmetis=yes \
    31  --FFLAGS=-I$ISSM_DIR/externalpackages/mpich2/install/include \
     31 --FFLAGS=-I$ISSM_DIR/externalpackages/mpich/install/include \
    3232 --download-plapack=yes \
    3333 --COPTFLAGS="-march=opteron -O2" \
Note: See TracChangeset for help on using the changeset viewer.