Index: /issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh	(revision 20603)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh	(revision 20604)
@@ -4,15 +4,15 @@
 #WARNING: make sure you have the right mpi
 
-#Some cleanup
-rm -rf install petsc-3.7.0 src
-mkdir install src
-
-#Download from ISSM server
-$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.0.tar.gz' 'petsc-3.7.0.tar.gz'
-
-#Untar and move petsc to install directory
-tar -zxvf  petsc-3.7.0.tar.gz
-mv petsc-3.7.0/* src/
-rm -rf petsc-3.7.0
+##Some cleanup
+#rm -rf install petsc-3.7.0 src
+#mkdir install src
+#
+##Download from ISSM server
+#$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/petsc-lite-3.7.0.tar.gz' 'petsc-3.7.0.tar.gz'
+#
+##Untar and move petsc to install directory
+#tar -zxvf  petsc-3.7.0.tar.gz
+#mv petsc-3.7.0/* src/
+#rm -rf petsc-3.7.0
 
 #configure
@@ -21,6 +21,6 @@
  --prefix="$ISSM_DIR/externalpackages/petsc/install" \
  --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
- --with-blas-lapack-dir="/sopt/Intel/composer_xe_2015.0.090/mkl/" \
- --with-mpi-dir="/sopt/mpi/openmpi-1.8.3/intel_15.0.0/bin/" \
+ --with-blas-lapack-dir="/sopt/Intel/compilers_and_libraries_2016.2.181/linux/mkl/" \
+ --with-mpi-dir="/sopt/mpi/openmpi-1.10.2/intel_16.0.2/" \
  --known-mpi-shared-libraries=1 \
  --with-debugging=0 \
@@ -44,6 +44,6 @@
 #SBATCH --job-name=test
 
-module load compiler/intel/15.0.0
-module load mpi/openmpi/1.8.3/intel_15.0.0
+module load compiler/intel/16.0.2
+module load mpi/openmpi/1.10.2/intel_16.0.2
 
 cd $(echo $ISSM_DIR)/externalpackages/petsc/src/
