mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
c8d150dbaa
commit
04b3adc403
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user