Index: /issm/trunk/externalpackages/petsc/configs/3.1-p7/linux64/configure.sh
===================================================================
--- /issm/trunk/externalpackages/petsc/configs/3.1-p7/linux64/configure.sh	(revision 6914)
+++ /issm/trunk/externalpackages/petsc/configs/3.1-p7/linux64/configure.sh	(revision 6915)
@@ -1,2 +1,20 @@
 #!/bin/bash
-./config/configure.py  --prefix="$ISSM_TIER/externalpackages/petsc/install" --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install --PETSC_ARCH=linux-gnu-amd64 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include --download-plapack=yes --COPTFLAGS="-march=opteron -O2" --FOPTFLAGS="-march=opteron -O2" --CXXOPTFLAGS="-march=opteron -O2" --download-parmetis=yes --with-pic=1
+./config/configure.py \
+ --prefix="$ISSM_TIER/externalpackages/petsc/install" \
+ --with-mpi-dir=$ISSM_TIER/externalpackages/mpich2/install \
+ --PETSC_ARCH=linux-gnu-amd64 \
+ --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
+ --with-debugging=0 \
+ --with-shared=0 \
+ --download-mumps=yes \
+ --download-scalapack=yes \
+ --download-blacs=yes \
+ --download-blas=yes \
+ --download-f-blas-lapack=yes \
+ --download-parmetis=yes \
+ --FFLAGS=-I$ISSM_TIER/externalpackages/mpich2/install/include \
+ --download-plapack=yes \
+ --COPTFLAGS="-march=opteron -O2" \
+ --FOPTFLAGS="-march=opteron -O2" \
+ --CXXOPTFLAGS="-march=opteron -O2" \
+ --with-pic=1
