From: Bart Van Assche Date: Thu, 19 Feb 2009 14:59:48 +0000 (+0000) Subject: Updated cellbuzz configuration according to the changes made during the big upgrade... X-Git-Tag: svn/VALGRIND_3_5_0~961 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04b3adc40377c33bc9db977a2c5a92b7be25e669;p=thirdparty%2Fvalgrind.git Updated cellbuzz configuration according to the changes made during the big upgrade of the Cellbuzz cluster in February 2009. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9203 --- diff --git a/nightly/conf/georgia-tech-cellbuzz-native.conf b/nightly/conf/georgia-tech-cellbuzz-native.conf index 03d867393c..7aff560755 100644 --- a/nightly/conf/georgia-tech-cellbuzz-native.conf +++ b/nightly/conf/georgia-tech-cellbuzz-native.conf @@ -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