post power outage authored by Doak, Peter W.'s avatar Doak, Peter W.
......@@ -62,6 +62,9 @@ Most plentiful node is Haswell 2x16, i.e. hw32
## Job Submission
There is only one non-experimental queue: batch
You want to use the qos: **std**
See this gitlab repo's examples for the pbs commands, there are more than on most clusters and they matter.
### Basic PBS header
......@@ -75,8 +78,9 @@ See this gitlab repo's examples for the pbs commands, there are more than on mos
#PBS -l nodes=2:ppn=32:hw32
#PBS -l walltime=00:30:00
#PBS -l naccesspolicy=singlejob
#PBS -A cnms
#PBS -W group_list=cades-cnms
#PBS -l qos=condo
#PBS -l qos=std
```
## [Sample PBS Scripts] (https://code.ornl.gov/CNMS/CNMS_Computing_Resources/blob/master/CADES) ##
......
......