106 | | == Changing HR type == |
| 106 | == Specifying the HR class of jobs == |
| 107 | |
| 108 | Normally a job's HR class is determined on the fly; |
| 109 | it's determined by the host that is issued the first instance of the job. |
| 110 | |
| 111 | You can also specify the HR class of jobs [JobSubmission when they're created]. |
| 112 | If you do this, put |
| 113 | {{{ |
| 114 | <hr_class_static/> |
| 115 | }}} |
| 116 | in your config.xml file. |
| 117 | This suppresses a mechanism that clears the HR class of a job |
| 118 | if an instance fails and there are no other instances in progress or finished. |
| 119 | |
| 120 | == Changing an app's HR type == |