- Fix SLURM installations that has accounts but the user is not listed.
0.3.6
- Support SLURM installations that do not use accounts, skip finding and passing an account flag.
0.3.5
- Fix `minconcores` specification to be passed correctly to controllers.
0.3.4
- Support `mincores` resource specification for SGE. - Add `minconcores` resource specification for specifying if controllers should use more than a single core, instead of coupling this to `mincores`. Enables running on systems with only minimum requirements for core usage.
0.3.3
- Handle mincore specification for multicore jobs when memory limits cores to less than the `mincores` amount. - Improve timeouts for running on interruptible queues to avoid engine failures when controllers are requeued.
0.3.2
- Support PBSPro based on Torque setup. Thanks to Piet Jones. - Improve ability to run on interruptible queuing systems by increasing timeout when killing non-responsive engines from a controller. Now 1 hour instead of 3 minutes, allowing requeueing of engines.