]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Switched from SDK 3.0 to SDK 3.1.
authorBart Van Assche <bvanassche@acm.org>
Wed, 30 Sep 2009 13:26:40 +0000 (13:26 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 30 Sep 2009 13:26:40 +0000 (13:26 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10895

nightly/conf/georgia-tech-cellbuzz-native.conf

index 7aff560755351c99d5bfa24291bfdc6b97eaa7b7..2d5fcee1bf561c78d1e72923116426bfd8687d0e 100644 (file)
@@ -13,8 +13,7 @@ ABT_JOBS=2
 
 cellbuzz_eval() {
   rm -f cmd-output.txt done
-  jobid=`echo "{ cd $PWD && eval \"$*\"; } >& $PWD/cmd-output.txt" \
-         | qsub -m n -q sdk3.0`
+  jobid=`echo "{ cd $PWD && eval \"$*\"; } >& $PWD/cmd-output.txt" | qsub -m n`
   echo "Job ID = ${jobid}"
   while [ `qstat "${jobid}" 2>/dev/null | wc --lines` -gt 0 ]
   do