Index: /issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh	(revision 12248)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh	(revision 12249)
@@ -2,5 +2,5 @@
 #Step 1: unzip and install
 #Step 2: After Plapack implodes
-STEP=2
+STEP=1
 
 if [ $STEP -eq 1 ]; then
@@ -41,5 +41,5 @@
 		--CXXOPTFLAGS=" -O3 -xS" \
 		--with-pic=1
-	echo "== Fix Plapack compilation manually (http://issm.jpl.nasa.gov/installation/compilationtroubleshooting/petsc31/) =="
+	echo "== Fix Plapack compilation manually (http://issm.jpl.nasa.gov/documentation/faq/petsc32/) =="
 	echo "== Then run STEP=2 =="
 fi
@@ -69,4 +69,19 @@
 	 --CXXOPTFLAGS=" -O3 -xS" \
 	 --with-pic=1
+	 cat > src/script.queue << EOF
+#PBS -S /bin/bash
+#PBS -q debug 
+#PBS -l select=1:ncpus=1:model=har 
+#PBS -l walltime=200 
+#PBS -W group_list=s1010 
+#PBS -m e 
+. /usr/share/modules/init/bash 
+module load comp-intel/11.1.046 
+module load mpi/mpt.1.25 
+module load math/intel_mkl_64_10.0.011 
+export PATH="$PATH:." 
+export MPI_GROUP_MAX=64 
+mpiexec -np 1 ./conftest-linux-gnu-ia64-intel.py
+EOF
 	echo "== Follow PETSc's instructions"
 fi
