Update Cades authored by Doak, Peter W.'s avatar Doak, Peter W.
......@@ -127,18 +127,14 @@ Please read these, you can waste a great deal of resources if you do not underst
## Advanced
### Benchmarks
[VASP MD](Ab initio molecular dynamics benchmarking)
###Quality of Service (QOS)
In theory there are two QOS levels useable on Cades:
But at the moment the core counting is not working properly so
* **std** -- allows use of up to our purchased amount of nodes.
Just use:
* **condo** -- allows use of up to our purchased amount of nodes.
* **burst** -- allows use of more nodes but job can be preempted by std QOS jobs
If you have access to burst:
* **burst** -- allows use of more nodes but job can be preempted by condo QOS jobs
This is the basic header for a burst job
```shell
#!/bin/bash
......
......