Changes
Page history
Update Cades
authored
Jul 10, 2017
by
Doak, Peter W.
Hide whitespace changes
Inline
Side-by-side
Cades.md
View page @
ec7ac363
...
@@ -137,14 +137,28 @@ But at the moment the core counting is not working properly so
...
@@ -137,14 +137,28 @@ But at the moment the core counting is not working properly so
Just use:
Just use:
*
**condo**
-- allows use of up to our purchased amount of nodes.
*
**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
*
**burst**
-- allows use of more nodes but job can be preempted by condo QOS jobs
Use them by adding:
```
shell
```
shell
#PBS -W group_list=cades-cnms
#!/bin/bash
#PBS -l qos=condo
#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)
[
Slack to uid
](
Slack
to uid)
\ No newline at end of file