]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated cellbuzz configuration according to the changes made during the big upgrade...
authorBart Van Assche <bvanassche@acm.org>
Thu, 19 Feb 2009 14:59:48 +0000 (14:59 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 19 Feb 2009 14:59:48 +0000 (14:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9203

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

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