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
This commit is contained in:
Bart Van Assche 2009-02-19 14:59:48 +00:00
parent c8d150dbaa
commit 04b3adc403

View 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