Changeset 11366


Ignore:
Timestamp:
02/08/12 15:27:47 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed PETSc's compilation on Greenplanet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.2-greenplanet.sh

    r11352 r11366  
    1515        --prefix="$ISSM_TIER/externalpackages/petsc/install" \
    1616        --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
     17        --PETSC_ARCH="$ISSM_ARCH" \
     18        --with-batch=1 \
    1719        --with-debugging=0 \
    1820        --with-shared-libraries=0 \
    1921        --known-mpi-shared-libraries=1 \
    20         --with-mpi-lib=/usr/mpi/intel/mvapich2-1.4.1-qlc/lib/libmpi.so \
    21         --with-mpi-include=/usr/mpi/intel/mvapich2-1.4.1-qlc/include/ \
     22        --with-mpi-dir=/sopt/mpi/mvapich-1.1/intel/ \
     23        --with-blas-lapack-dir=/opt/intel/mkl/10.2.4.032/ \
    2224        --download-mumps=yes \
    2325        --download-scalapack=yes \
    2426        --download-blacs=yes \
    25         --download-blas=yes \
    26         --download-f-blas-lapack=yes \
    2727        --download-plapack=yes \
    2828        --download-parmetis=yes \
    2929        --with-pic=1
    3030
    31 #Compile petsc and install it
    32 make
    33 make install
     31echo "== Follow PETSc's instructions"
Note: See TracChangeset for help on using the changeset viewer.