[torqueusers] Standard output before the end of job
Chris Samuel
csamuel at vpac.org
Mon Apr 7 17:53:57 MDT 2008
----- "Rajil Saraswat" <rajil.s at gmail.com> wrote:
> Everytime I submit the job, the standard output and error are printed
> out after the job has finished. Is it possible to print the standard
> output immediately after the job has been submitted.
You will want to use:
#PBS -k oe
which will write those files back to your *home* directory
(not $PBS_O_WORKDIR) as the job runs.
If you want them somewhere else you need to use:
#PBS -o /path/to/stdout.o
#PBS -e /path/to/stderr.e
cheers,
Chris
--
Christopher Samuel - (03) 9925 4751 - Systems Manager
The Victorian Partnership for Advanced Computing
P.O. Box 201, Carlton South, VIC 3053, Australia
VPAC is a not-for-profit Registered Research Agency
More information about the torqueusers
mailing list