Index: /issm/trunk/cron/nightlyrun.sh
===================================================================
--- /issm/trunk/cron/nightlyrun.sh	(revision 3269)
+++ /issm/trunk/cron/nightlyrun.sh	(revision 3270)
@@ -98,7 +98,14 @@
 		do 
 			cd $ep
-			cp configs/$OS/* .
-			#For Petsc (2.3 for now)
-			cp configs/2.3.2/$OS/* .  
+			if [ "$ep" == "petsc" ]
+			then
+				#For Petsc (2.3 for now)
+				cp configs/2.3.2-p3/$OS/* . 
+				#cp configs/3.0.0-p11/$OS/* . 
+				#cat install.sh | sed -e "s/version='2.3.2-p3'/version='3.0.0-p11'/g" > temp.sh
+				#mv temp.sh install.sh
+			else
+				cp configs/$OS/* .
+			fi
 			./install.sh $NUMCPUS_INSTALL
 			cd ..
@@ -125,4 +132,5 @@
 	sh scripts/automakererun.sh
 	sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now
+	#sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug
 
 	#4: compile and install ISSM
