Specifying default options
A queue template file can specify defaults for the options on the Job Submission page so that when a user selects the template file, these options are automatically completed.
| Name | Job Submission Setting | Example | 
|---|---|---|
| 
 | Submit command. The command might include tags. | 
 | 
| 
 | Display command The output from this command is shown while waiting for a job to start. | 
 | 
| 
 | Job regexp | 
 | 
| 
 | Cancel command | 
 | 
| 
 | Also submit scalar jobs through the queue | yes | 
| 
 | Number of processes: Specify in Run window | yes | 
| 
 | Number of nodes: Specify in Run Window | yes | 
| 
 | Processes per node: Specify in Run window | yes | 
| 
 | Processes per node: Fixed | 16 | 
Example
# submit: qsub -n NUM_NODES_TAG -t WALL_CLOCK_LIMIT_TAG \
  --mode script -A PROJECT_TAG
# display: qstat
# job regexp: (\d+)
# cancel: qdel JOB_ID_TAG