source: issm/oecreview/Archive/21724-22754/ISSM-21813-21814.diff

Last change on this file was 22755, checked in by Mathieu Morlighem, 7 years ago

CHG: added 21724-22754

File size: 699 bytes
RevLine 
[22755]1Index: ../trunk-jpl/externalpackages/petsc/install-3.7-aci.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/petsc/install-3.7-aci.sh (revision 21813)
4+++ ../trunk-jpl/externalpackages/petsc/install-3.7-aci.sh (revision 21814)
5@@ -35,7 +35,7 @@
6 #prepare script to reconfigure petsc
7 cat > script.queue << EOF
8 #PBS -A open
9-#PBS -l nodes=1:ppn=1
10+#PBS -l nodes=1:ppn=1:stmem
11 #PBS -l walltime=200
12
13 module load intel/16.0.3
14@@ -48,5 +48,5 @@
15
16 #print instructions
17 echo "== Now: cd src/ "
18-echo "== qsub -q devel script.queue "
19+echo "== qsub script.queue "
20 echo "== Then run reconfigure script generated by PETSc and follow instructions"
Note: See TracBrowser for help on using the repository browser.