Changes between Version 1 and Version 2 of ComputeStartExample6
- Timestamp:
- 2010-11-11T10:12:37+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComputeStartExample6
v1 v2 8 8 #PBS -l walltime=05:00:00 9 9 }}} 10 11 Additionally, 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