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 ...@@ -127,18 +127,14 @@ Please read these, you can waste a great deal of resources if you do not underst
## Advanced ## Advanced
### Benchmarks ###Quality of Service (QOS)
[VASP MD](Ab initio molecular dynamics benchmarking)
In theory there are two QOS levels useable on Cades: 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: * **burst** -- allows use of more nodes but job can be preempted by std QOS jobs
* **condo** -- allows use of up to our purchased amount of nodes.
If you have access to burst: This is the basic header for a burst job
* **burst** -- allows use of more nodes but job can be preempted by condo QOS jobs
```shell ```shell
#!/bin/bash #!/bin/bash
... ...
......