Index: /issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh	(revision 19951)
+++ /issm/trunk-jpl/externalpackages/petsc/install-3.6-lonestar.sh	(revision 19952)
@@ -20,6 +20,6 @@
 	--PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
 	--with-blas-lapack-dir="$TACC_MKL_LIB" \
-	--with-mpi-lib="/opt/apps/intel11_1/mvapich2/1.6/lib/libmpich.so" \
-	--with-mpi-include="/opt/apps/intel11_1/mvapich2/1.6/include/" \
+	--with-mpi-lib="/opt/cray/mpt/default/gni/mpich-cray64/8.3/lib/libmpich.so" \
+	--with-mpi-include="/opt/cray/mpt/default/gni/mpich-cray64/8.3/include" \
 	--known-mpi-shared-libraries=1 \
 	--with-debugging=0 \
@@ -37,14 +37,10 @@
 cat > script.queue << EOF
 #!/bin/bash		 
-#$ -V #Inherit the submission environment
-#$ -cwd # Start job in submission directory
-#$ -N petscinstall # Job Name
-#$ -j y # Combine stderr and stdout
-#$ -pe 12way 12 # Requests 12 tasks/node, 12 cores total
-#$ -q normal # Queue name normal
-#$ -l h_rt=00:01:00 # Run time (hh:mm:ss) - 1.5 hours
+#SBATCH -J petscinstall # Job Name
+#SBATCH -n 12 # Requests 12 tasks/node, 12 cores total
+#SBATCH -N 1 # Requests 12 tasks/node, 12 cores total
+#SBATCH -p normal # Queue name normal
+#SBATCH -t 00:01:00 # Run time (hh:mm:ss) - 1.5 hours
 set -x # Echo commands, use set echo with csh
-
-module load mkl/10.3
 
 mpiexec -np 1 ./conftest-arch-linux2-c-opt
