- 21 Feb, 2017 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
Increased maximum file size supported by sbcast from 2 GB (32-bit integer to 64-bits). This required changing the file broadcast RPC and several internal variables. bug 3485
-
Morris Jette authored
-
Dominik Bartkiewicz authored
-
Tim Wickberg authored
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
- Rename 'select_enforced' by 'select_value' and add macro definitions: MCS_SELECT_NOSELECT MCS_SELECT_ONDEMANDSELECT MCS_SELECT_SELECT - Change 'uint32_t enforced' to 'bool label_strict_enforced' - Change 'uint32_t private_data' to 'bool privatedata_enabled' Bug 3438.
-
Alejandro Sanchez authored
Accidentally removed in commit f402647c. Would allow a user job to set --exclusive=mcs and prevent other jobs from sharing the node despite having MCSParameters=noselect set. Bug 3438.
-
- 19 Feb, 2017 4 commits
-
-
Morris Jette authored
Revision to commit 38b291c5
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 18 Feb, 2017 9 commits
-
-
Danny Auble authored
-
Danny Auble authored
and change the signature back of scontrol_update_job after the last commit.
-
Tim Shaw authored
by specifying "--uid=<uid>|-u <uid>". # Conflicts: # NEWS
-
Morris Jette authored
-
Loris Bennett authored
-
Morris Jette authored
-
Morris Jette authored
Fix false positive error from Coverity
-
Brian Christiansen authored
-
Brian Christiansen authored
A 17.02 controller,sacctmgr couldn't talk to a "master/17.11" DBD because the 17.02 client was talking attempting to talk to the DBD with the 17.02's MIN_PROTOCOL_VERSION -- which was 15.08 and is more than 2 version behind the master. The master's MIN_PROTOCOL_VERSION is 16.05, so it couldn't unpack the messages. The controller should always communicate at it's current protocol to the DBD. For federations, it's possible that a higher version controller could talk to a lower version controller. So the cluster needs to talk to the remote cluster using the remote cluster's protocol version -- which is given back from the DBD.
-
- 17 Feb, 2017 19 commits
-
-
Tim Wickberg authored
If you always return SLURM_SUCCESS, you might as well not return anything at all.
-
Tim Wickberg authored
Now that sched/wiki + sched/wiki2 are gone, almost all of the sched plugin interface are unused. So remove them. Three of these were encapsulating a call into the gang scheduler, handle these directly where needed instead of through the sched plugin.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
on origin of the enum.
-
Josh Samuelson authored
-
Josh Samuelson authored
-
Tim Wickberg authored
No functional change.
-
Tim Wickberg authored
-
Tim Wickberg authored
No functional change.
-
Dominik Bartkiewicz authored
Enable through SchedulerParameters. Will sort by youngest jobs first, rather than based on priority. Use alongside 'preempt_strict_order' if you don't want the plugin to try to further optimize the preemption list. Bug 3457.
-
Isaac Hartung authored
-
Isaac Hartung authored
8eac53beef1d added assertions to prevent null buffers.
-
Isaac Hartung authored
-
Isaac Hartung authored
For unit testing
-
Isaac Hartung authored
-
Danny Auble authored
-