[cig-commits] commit: Make sge_script use the normal, not development queue

Mercurial hg at geodynamics.org
Sun Jul 3 20:04:24 PDT 2011


changeset:   10:5fdccbd541ed
user:        Walter Landry <wlandry at caltech.edu>
date:        Sun Jun 19 11:41:51 2011 -0700
files:       backend/sge_script
description:
Make sge_script use the normal, not development queue


diff -r a5100239bcc9 -r 5fdccbd541ed backend/sge_script
--- a/backend/sge_script	Fri Jun 17 13:34:08 2011 -0700
+++ b/backend/sge_script	Sun Jun 19 11:41:51 2011 -0700
@@ -5,7 +5,7 @@
 #$ -j y 	# Combine stderr and stdout
 #$ -o ../specfem_output 	# Name of the output file (eg. myMPI.oJobID)
 #$ -pe 16way NPROCS 	# Requests 16 tasks/node, NPROCS cores total
-#$ -q development 	# Queue name "normal"
+#$ -q normal 	# Queue name "normal"
 #$ -l h_rt=HOURS:MINUTES:00 	# Run time (hh:mm:ss) - 1.5 hours
 #$ -M portal at geodynamics.org	# Use email notification address
 #$ -m be 	# Email at Begin and End of job



More information about the CIG-COMMITS mailing list