3 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...
| after | This job is scheduled after `jobid` begins execution. |
| afterok | This job is scheduled after `jobid` finishes successfully. |
| afternotok | This job is scheduled after `jobid` finishes unsucessfully. |
| afterany | This job is scheduled after `jobid` finishes in any state. |
| before | This job must begin execution before `jobid` is scheduled. |
| beforeok | This job must finish successfully before `jobid` begins. |
| beforenotok | This job must finish unsuccessfully before `jobid` begins. |
| beforeany | This job must finish in any state before `jobid` begins. |
### Salomon - Intel Xeon Phi Co-Processors
To allocate a node with Xeon Phi co-processor, the user needs to specify that in the select statement. Currently only allocation of whole nodes with both Phi cards as the smallest chunk is supported. A standard PBSPro approach through the `accelerator`, `naccelerators`, and `accelerator_model` attributes is used. The `accelerator_model` can be omitted since on Salomon, only one type of accelerator type/model is available.