- 26 Jun, 2018 3 commits
-
-
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.
-
- 08 Jun, 2018 3 commits
-
-
Felip Moll authored
-
Tim Wickberg authored
And do not list each individual sensor reading but just the computed sum of each one grouped by key. Bug5274
-
Morris Jette authored
This is in anticipation of an upcoming change to the cgroup hierarchy on a future CLE release. Bug 5145.
-
- 07 Jun, 2018 4 commits
-
-
Alejandro Sanchez authored
Bug 3792.
-
Alejandro Sanchez authored
Bug 3792.
-
Tim Wickberg authored
-
Alejandro Sanchez authored
Add new page, add to Makefile.am and run autogen.sh. Update additional documentation to point at this new page. Bug 3792.
-
- 06 Jun, 2018 1 commit
-
-
Brian Christiansen authored
which were marked down due to ResumeTimeout. If a cloud node was marked down due to not responding by ResumeTimeout, the code inadvertently added the node back to the avail_node_bitmap -- after being cleared by set_node_down_ptr(). The scheduler would then attempt to allocate the node again, which would cause a loop of hitting ResumeTimeout and allocating the downed node again. Bug 5264
-
- 05 Jun, 2018 2 commits
-
-
Tim Wickberg authored
Bug 5180.
-
Killian authored
Bug 5206.
-
- 04 Jun, 2018 1 commit
-
-
Morris Jette authored
I was seeing rare failures on the test due to timing issues. This increased timeout seems to fix the issue for me.
-
- 02 Jun, 2018 1 commit
-
-
Michael Hinton authored
NONE was not documented. Bug 5161
-
- 01 Jun, 2018 1 commit
-
-
Morris Jette authored
Avoid left-over test input file
-
- 31 May, 2018 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
No functional change. Bug 4999.
-
Alejandro Sanchez authored
There were two code paths building an allocation response by calling its own static _build_alloc_msg() function: 1. src/slurmctld/proc_req.c 2. src/slurmctld/srun_comm.c These two functions diverged and both had members that were not filled in but were filled in the other. This patch makes it so we change the signature of the one in proc_req.c to make it extern and then in srun_comm.c we call this newly common function. Also added cpu_freq_[min|max|gov] members in the common one since these were the only members missing in proc_req.c function (the one in srun_comm.c had more members missing, like all the ntasks_per*, account, qos or resv_name). Bug 4999.
-