Changeset 11167


Ignore:
Timestamp:
01/21/12 07:03:27 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not specify flags for PETSc compilation (already provided by mpicc)

File:
1 edited

Legend:

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

    r11128 r11167  
    2727        --download-plapack=yes \
    2828        --download-parmetis=yes \
    29         --with-pic=1 \
    30         --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include \
    31         --COPTFLAGS="-march=opteron -O2" \
    32         --FOPTFLAGS="-march=opteron -O2" \
    33         --CXXOPTFLAGS="-march=opteron -O2"
     29        --with-pic=1
    3430
    3531#Compile petsc and install it
Note: See TracChangeset for help on using the changeset viewer.