Index: /issm/trunk-jpl/externalpackages/petsc/install-3.14-greenplanet.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.14-greenplanet.sh	(revision 25634)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.14-greenplanet.sh	(revision 25635)
@@ -2,17 +2,17 @@
 set -eu
 
-##WARNING: make sure you have the right mpi
-#
-##Some cleanup
-#rm -rf install petsc-3.14.0 src
-#mkdir install src
-#
-##Download from ISSM server
-#$ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.0.tar.gz' 'petsc-3.14.0.tar.gz'
-#
-##Untar and move petsc to install directory
-#tar -zxvf  petsc-3.14.0.tar.gz
-#mv petsc-3.14.0/* src/
-#rm -rf petsc-3.14.0
+#WARNING: make sure you have the right mpi
+
+#Some cleanup
+rm -rf install petsc-3.14.0 src
+mkdir install src
+
+#Download from ISSM server
+$ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.0.tar.gz' 'petsc-3.14.0.tar.gz'
+
+#Untar and move petsc to install directory
+tar -zxvf  petsc-3.14.0.tar.gz
+mv petsc-3.14.0/* src/
+rm -rf petsc-3.14.0
 
 #configure
