[torqueusers] Re: No stdout or stderr w/ Torque 1.1.0p3
Bryan Stillwell
bryans at aspsys.com
Fri Nov 5 15:51:31 MST 2004
I just wanted to let people know that I tracked down the cause of the
problem I was having below. The /home directory was exported from the
master with the root_squash option.
Running pbs_mom through strace was how I figured it out, but the error
message is rather misleading imo:
write(1, "Host: node10\n", 13) = -1 ESTALE (Stale NFS file handle)
Bryan
--
Aspen Systems, Inc. | http://www.aspsys.com/
Production Engineer | Phone: (303)431-4606
bryans at aspsys.com | Fax: (303)431-7196
On Thu, Oct 28, 2004 at 11:43:34AM -0600, Bryan Stillwell wrote:
>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