Changes
Page history
post power outage
authored
Apr 26, 2017
by
Doak, Peter W.
Show whitespace changes
Inline
Side-by-side
Cades.md
View page @
bc496c5c
...
@@ -62,6 +62,9 @@ Most plentiful node is Haswell 2x16, i.e. hw32
...
@@ -62,6 +62,9 @@ Most plentiful node is Haswell 2x16, i.e. hw32
## Job Submission
## Job Submission
There is only one non-experimental queue: batch
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.
See this gitlab repo's examples for the pbs commands, there are more than on most clusters and they matter.
### Basic PBS header
### Basic PBS header
...
@@ -75,8 +78,9 @@ See this gitlab repo's examples for the pbs commands, there are more than on mos
...
@@ -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 nodes=2:ppn=32:hw32
#PBS -l walltime=00:30:00
#PBS -l walltime=00:30:00
#PBS -l naccesspolicy=singlejob
#PBS -l naccesspolicy=singlejob
#PBS -A cnms
#PBS -W group_list=cades-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) ##
## [Sample PBS Scripts] (https://code.ornl.gov/CNMS/CNMS_Computing_Resources/blob/master/CADES) ##
...
...
...
...