Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


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
languagebash
titleContents of sample qsub.h

...

code
# 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%

...