Update Cades authored by Doak, Peter W.'s avatar Doak, Peter W.
......@@ -137,14 +137,28 @@ But at the moment the core counting is not working properly so
Just use:
* **condo** -- allows use of up to our purchased amount of nodes.
ignore:
If you have access to burst:
* **burst** -- allows use of more nodes but job can be preempted by condo QOS jobs
Use them by adding:
```shell
#PBS -W group_list=cades-cnms
#PBS -l qos=condo
#!/bin/bash
#PBS -S /bin/bash
#PBS -m be
#PBS -N nameofjob
#PBS -q batch
#PBS -l nodes=2:ppn=32
#PBS -l walltime=01:00:00
#PBS -A cnms-burst
#PBS -W group_list=cades-user
#PBS -l qos=burst
#PBS -l naccesspolicy=singlejob
export OMP_NUM_THREADS=1
cd $PBS_O_WORKDIR
module load env/cades-cnms
```
[Slack to uid](Slack to uid)
\ No newline at end of file