Changes between Version 1 and Version 2 of ComputeStartExample6


Ignore:
Timestamp:
2010-11-11T10:12:37+01:00 (14 years ago)
Author:
george
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputeStartExample6

    v1 v2  
    88#PBS -l walltime=05:00:00
    99}}}
     10
     11Additionally, a header contains path to the files, where command-line output and error will be written:
     12
     13{{{
     14#PBS -e /data/user123/monitor/analysis1/job1_step02.err
     15#PBS -o /data/user123/monitor/analysis1/job1_step02.out
     16}}}
     17
     18