- 21 Sep, 2015 4 commits
-
-
Axel Huebl authored
Implement an option NONE for not sending mails at all. Closes http://bugs.schedmd.com/show_bug.cgi?id=1962
-
Morris Jette authored
-
Tim Wickberg authored
-
Manuel Rodriguez-Pascual authored
I've noticed that parameter JobCheckpointDir has a (from my point of view) inconsistent behavior. * in sbatch executions, it is exported as CWD * in srun it is also exported as CWD, * except when it is manually set with "--checkpoint-dir=dir". If so, that value is exported. * value defined in slurm.conf is, as far as I know, never read. I have created this small patch to correct that behaviour. Now it is exported with the value configured on slurm.conf. If nothing is set, returned value is the defined on common/read_config.h,
-
- 18 Sep, 2015 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
The "scontrol hold/release" commands accept either "name=" or "jobname=". I've modified the documentation to only show "jobname" for consistentcy with the "scontrol update" command. I have also modified the "scancel" command to accept "--jobname=" in addition to the existing "--name=" and "-n".
-
Morris Jette authored
If a sleep was interrupted or ran a bit long, the backfill scheduler run times could be significantly wrong as the sleep time was based upon the calculation of sleep_count x desired_sleep_time. This new logic captures and uses the actual sleep time for good accuracy. bug 1939
-
- 16 Sep, 2015 3 commits
-
-
-
Morris Jette authored
bug 1947
-
Morris Jette authored
Fix teardown race condition that can result in infinite loop. bug 1947
-
- 15 Sep, 2015 3 commits
-
-
Danny Auble authored
-
David Bigagli authored
-
Yiannis Georgiou authored
-
- 14 Sep, 2015 1 commit
-
-
David Bigagli authored
-
- 13 Sep, 2015 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
- 11 Sep, 2015 11 commits
-
-
Morris Jette authored
This prevents a step from being launched if the job is killed while the prolog is running. Reproducing the original failure requires use of srun to trigger the prolog and using scancel while that prolog is running. bug 1755
-
Danny Auble authored
-
Danny Auble authored
anomaly when only asking for 1 (task_id was never set to INFINITE).
-
Danny Auble authored
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
Plug memory leak associated with successful replacement of failing node.
-
Morris Jette authored
on allocation failure, prevent skipping over xfree of strings.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
And add missing documenation. Bug 1921
-
- 10 Sep, 2015 12 commits
-
-
Danny Auble authored
-
Brian Christiansen authored
-
Morris Jette authored
-
Morris Jette authored
GRES were not being properly tracks for multiple simultaneous steps. A step which could have run later could be rejected as never being able to run. Replacement for commit dd842d79, which was reverted in commit 6f73812875c bug 1925
-
Morris Jette authored
That commit would address a limited subset of problems and introduce other bugs rather than fixing the root of the problem.
-
David Bigagli authored
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
and you use all the GRES up instead of reporting the configuration isn't available you hold the requesting step until the GRES is available.
-