...
Alongside this we include into our 'ecf' scripts a generic script header containing typical queuing commands (such as wall clock time and priority), e.g.
Code Block | ||||
---|---|---|---|---|
|
...
# QSUB -q %QUEUE% # QSUB -u %USER% # QSUB -s /bin/ksh # QSUB -r %TASK%_%FAMILY1:NOT_DEF% # QSUB -o %LOGDIR%%ECF_NAME%.%ECF_TRYNO% # QSUB -lh %THREADS:1% |
...