Update Cades authored by Doak, Peter W.'s avatar Doak, Peter W.
...@@ -131,7 +131,7 @@ In theory there are two QOS levels useable on Cades: ...@@ -131,7 +131,7 @@ In theory there are two QOS levels useable on Cades:
* **std** -- allows use of up to our purchased amount of nodes. * **std** -- 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 * **burst** -- allows use of more nodes but the job can be preempted by std QOS jobs.
This is the basic header for a burst job This is the basic header for a burst job
...@@ -152,6 +152,9 @@ export OMP_NUM_THREADS=1 ...@@ -152,6 +152,9 @@ export OMP_NUM_THREADS=1
cd $PBS_O_WORKDIR cd $PBS_O_WORKDIR
module load env/cades-cnms module load env/cades-cnms
``` ```
The default action when this occurs is to resubmit the job. If your code cannot recover from a dirty halt this is method should not be used. In the near future it will be possible to alter this behavior.
### Bench Marking ### Bench Marking
You can contribute here You can contribute here
... ...
......