| 3 | |
| 4 | == Changes to 0.99.38 == |
| 5 | * Added numerous dependency changes. Notably, jobs in dep_hold states will no |
| 6 | longer accrue eligible wait time or score. Previously, dep_hold jobs would |
| 7 | accrue eligible wait times unlike admin_hold or user_hold states. |
| 8 | (Cobalt Ticket #4308) |
| 9 | * Two display fixes for cluster systems that allow multiple node-name prefixes |
| 10 | to be handled correctly by the nodelist merging code and to correctly |
| 11 | compact names if leading 0's are used in location numbers like |
| 12 | "foo001.machine". (Cobalt Ticket #4313 and #4277) |
| 13 | * Corrected two race conditions in the BlueGene/Q system components where a |
| 14 | location with offline hardware could be selected for draining on a |
| 15 | scheduling pass. Though Cobalt would never try to actually run on the |
| 16 | offline block, It could end up draining resources needlessly, and impact |
| 17 | machine usage. The first could happen at any time, the second only occurred |
| 18 | at the end of booting a block. (Cobalt Ticket #4311) |