Index: /issm/trunk/externalpackages/petsc/install.sh
===================================================================
--- /issm/trunk/externalpackages/petsc/install.sh	(revision 2017)
+++ /issm/trunk/externalpackages/petsc/install.sh	(revision 2018)
@@ -29,7 +29,6 @@
 then
 	make
-	make install
 else
 	make -j $NUMCPUS
-	make -j $NUMCPUS install
 fi
+make install
