- 12 Jul, 2018 2 commits
-
-
Dominik Bartkiewicz authored
Bug 5098.
-
Dominik Bartkiewicz authored
with preemption or when job requests a specific list of hosts. Bug 5293.
-
- 09 Jul, 2018 1 commit
-
-
Danny Auble authored
-
- 06 Jul, 2018 6 commits
-
-
Thea Flowers authored
Bug 5395
-
Danny Auble authored
Bug 5390
-
Marshall Garey authored
Continuation of 923c9b37. There is a delay in the cgroup system when moving a PID from one cgroup to another. It is usually short, but if we don't wait for the PID to move before removing cgroup directories the PID previously belonged to, we could leak cgroups. This was previously fixed in the cpuset and devices subsystems. This uses the same logic to fix the freezer subsystem. Bug 5082.
-
Marshall Garey authored
cpuset and devices subsystems have duplicate code to cleanup the cgroup and prevent leaking cgroups by moving the process to the root cgroup and waiting for it to be moved. Move this duplicate code to a common function so it can be used later by the freezer subsystem. Bug 5082.
-
Marshall Garey authored
Bug 5227
-
Danny Auble authored
-
- 04 Jul, 2018 2 commits
-
-
Felip Moll authored
bug4451
-
Morris Jette authored
So that multiple nodes changes will be reported on one line rather than one line per node. Otherwise this could lead to performance issues when reloading slurmctld in big systems. Bug4980
-
- 03 Jul, 2018 2 commits
-
-
Felip Moll authored
Slurm numbers the cores using an abstract index, starting from CPU 0 on the first socket, core, thread, and continuing until N on the last socket, last core, last thread. Explain that in the documentation. bug 5189
-
Brian Christiansen authored
Currently, no caller checks the return code. Bug 5164
-
- 02 Jul, 2018 1 commit
-
-
Marshall Garey authored
Can't have # character in the password since it is treated as a comment. Bug 5294
-
- 27 Jun, 2018 2 commits
-
-
Pär Lindfors authored
Only produces a whitespace difference in configure. Inadvertently introduced by commit 103ebaac. Bug 5335.
-
Michael Hinton authored
Firefox handles flex differently than Chrome. When flex is set to 1, the flex item does not respect the flex container's bounds, causing text to be cutoff. Bug 5339.
-
- 26 Jun, 2018 4 commits
-
-
Dominik Bartkiewicz authored
Some job fields can change in the course of scheduling. This patch reinitializes previously adjusted job fields to their original value when validating the job memory in multi-partition requests. Bug 4895.
-
Alejandro Sanchez authored
This reverts commit bf4cb0b1. Bug 5240, Bug 4895 and Bug 4976.
-
Felip Moll authored
When one asks for an inactive feature and also specifies the node with -w flag, the node will be rebooted despite it may contain running jobs. bug4821
-
Tim Wickberg authored
and avoid race condition calling task before proctrack can introduce. Bug 5319
-
- 25 Jun, 2018 2 commits
-
-
Morris Jette authored
to work correctly. Bug 5155 Bug 4516
-
Morris Jette authored
delayed until the first job completes execution and it's burst buffer stage-out is completed. Bug 4675
-
- 22 Jun, 2018 2 commits
-
-
Dominik Bartkiewicz authored
Bug 5191
-
Dominik Bartkiewicz authored
Bug 5159.
-
- 20 Jun, 2018 5 commits
-
-
Tim Wickberg authored
MUNGE plugin is no longer packaged separate after the slurm.spec overhaul.
-
Morris Jette authored
Enhancements to commit 35a13703 bug 5185
-
Brian Christiansen authored
Enhancements to commit 35a13703 bug 5185
-
Alejandro Sanchez authored
Previously the function was only testing against the first partition in the job_record. Now it detects if the job request is multi partition and if so then loops through all of them until the job will run in any or until the end of the list, returning the error code from the last one if the job won't run in any partition. Bug 5185
-
Morris Jette authored
This can happen if burst buffer logic is broken
-
- 19 Jun, 2018 2 commits
-
-
Isaac Hartung authored
When requesting specific jobids with sacct, the starttime of the request is 0, which will cause the time range to be outside of the MaxQueryTimeRange range -- if specified. When requesting specific jobids, sacct should be able to find the job whenever it started -- unless confined to a smaller range with -S and/or -E. Bug 5009
-
Felip Moll authored
-
- 18 Jun, 2018 1 commit
-
-
Danny Auble authored
Specifically due to SELECT ... FOR UPDATE ones. Bug 5086.
-
- 16 Jun, 2018 1 commit
-
-
Michael Hinton authored
The only "database type storage plugin" is SlurmDBD, so refer to it directly. Mention the default database name in slurmdbd.conf if StorageHost is not explicitly set.
-
- 15 Jun, 2018 2 commits
-
-
Marshall Garey authored
Bug 5270.
-
Tim Wickberg authored
Instead of unintentionally rejecting the update from a non-Administrator if the job_submit plugin modified that field. Bug 5306.
-
- 13 Jun, 2018 1 commit
-
-
Tim Wickberg authored
-
- 12 Jun, 2018 4 commits
-
-
Danny Auble authored
-
Danny Auble authored
Bug 5286
-
Boris Karasev authored
-
Tim Wickberg authored
RHEL 6 (and related) use lua as the package name, test if that package exists with a version >= 5.1 if the other tests have already failed. Bug 5263.
-