In the earlier email, I got confused since you said to look in
/z/m5/regression/zizzer/m5...
But z/m5/regression/poolfs is a link to m5test /n/poolfs/home/m5test
so my speculation about it not running in the aforementioned directory
seems correct now (and also deleting ALPHA_SE in /n/poolfs/home/m5test
was the right thing to do)
In terms of the script, I dont think that "cd zizzer" command is
working in the 3rd line of that if statement, since we already changed
to the 'poolfs' directory previously in the script...
typo?bug?misread on my part?
If that line did work, then the output would be found in the
/z/m5/regression/zizzer/m5 ...
For reference, here's that do-regression script:
# Attempt to run jobs on the pool via qdo.
(cd poolfs; /z/m5/regression/do-regression1 --scons-opts 'BATCH=yes
BATCH_CMD="qdo2-client" -k USE_MYSQL=no
EXTRAS=/n/poolfs/z/home/m5test/encumbered -j 30 -Q' $*) >> $logfile
2>& 1
#P#/z/m5/regression/regress --scons-opts 'BATCH=yes BATCH_CMD="qdo -q
lowpriority" USE_MYSQL=no -j 30 -Q' --workdir poolfs $* > $logfile
2>&1
# Check for pool timeout, retry locally if necessary
if `egrep 'qdo2-.*: .*oarsub timed out' $logfile > /dev/null` ; then
mv $logfile ${logfile}-poolfs
echo "***** do-regression: qsub timed out, retrying locally" > $logfile
(cd zizzer; /z/m5/regression/do-regression1 --scons-opts '-k
USE_MYSQL=no EXTRAS=/z/m5/regression/zizzer/encumbered -j 7 -Q' $*) >>
$logfile 2>& 1
fi
--
===========
Korey L Sewell
PhD Candidate
Computer Science & Engineering
University of Michigan
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev