Index: /issm/trunk-jpl/externalpackages/petsc/install-3.2-greenplanet.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.2-greenplanet.sh	(revision 11365)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.2-greenplanet.sh	(revision 11366)
@@ -15,19 +15,17 @@
 	--prefix="$ISSM_TIER/externalpackages/petsc/install" \
 	--PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \
+	--PETSC_ARCH="$ISSM_ARCH" \
+	--with-batch=1 \
 	--with-debugging=0 \
 	--with-shared-libraries=0 \
 	--known-mpi-shared-libraries=1 \
-	--with-mpi-lib=/usr/mpi/intel/mvapich2-1.4.1-qlc/lib/libmpi.so \
-	--with-mpi-include=/usr/mpi/intel/mvapich2-1.4.1-qlc/include/ \
+	--with-mpi-dir=/sopt/mpi/mvapich-1.1/intel/ \
+	--with-blas-lapack-dir=/opt/intel/mkl/10.2.4.032/ \
 	--download-mumps=yes \
 	--download-scalapack=yes \
 	--download-blacs=yes \
-	--download-blas=yes \
-	--download-f-blas-lapack=yes \
 	--download-plapack=yes \
 	--download-parmetis=yes \
 	--with-pic=1
 
-#Compile petsc and install it
-make
-make install
+echo "== Follow PETSc's instructions"
