[torqueusers] No stdout or stderr w/ Torque 1.1.0p3
Bryan Stillwell
bryans at aspsys.com
Thu Oct 28 11:43:34 MDT 2004
I have the following job that I'm trying to use with torque 1.1.0p3, but
I'm unable to get any data in testrun2.e46 or testrn2.o46 after the job
finishes:
--- start testrun2 ---
#!/bin/sh
#PBS -N testrun2
#PBS -l nodes=5:ppn=2
#PBS -k oe
cd $PBS_O_WORKDIR
echo Host: $HOSTNAME
echo Date: `date`
echo Dir: $PWD
cat $PBS_NODEFILE
for node in $(cat $PBS_NODEFILE); do
ssh $node "uname -a"
done
--- end testrun2 ---
------
$ qsub testrun2
46.master1
$ qstat
Job id Name User Time Use S Queue
---------------- ---------------- ---------------- -------- - -----
46.master1 testrun2 asptest 0 R default
$ qstat
$ ls -l testrun2.?46
-rw-rw-rw- 1 asptest asptest 0 Oct 28 10:38 testrun2.e46
-rw-rw-rw- 1 asptest asptest 0 Oct 28 10:38 testrun2.o46
------
Any ideas? Things to try?
Thanks,
Bryan
--
Aspen Systems, Inc. | http://www.aspsys.com/
Production Engineer | Phone: (303)431-4606
bryans at aspsys.com | Fax: (303)431-7196
More information about the torqueusers
mailing list