- 23 May, 2017 5 commits
-
-
Danny Auble authored
Otherwise the recently newly added '#include <lua.h>' condition will break the build on systems without any Lua installation. Follow on to commit 7cc4d0d8. Bug 3681.
-
Danny Auble authored
This also fixes the fed_mgr on the backup slurmctld to start backup correctly if the backup takes control more than once. Bug 3827
-
Danny Auble authored
-
Alejandro Sanchez authored
It will result in the job being held if it is requeued at a later time. Bug 3751.
-
Tim Shaw authored
Previously, incorrect partitions and duplicated partition names could be shown. The array needs to be incremented by two, not one, as each element is a start-end pair. Bug 3793.
-
- 22 May, 2017 1 commit
-
-
Brian Christiansen authored
when configured with memory-leak-debug
-
- 19 May, 2017 9 commits
-
-
Danny Auble authored
Bug 2131
-
Danny Auble authored
See bug 3681 comment 16
-
Danny Auble authored
Follow on to commit 79ff60f4. Bug 3681
-
Danny Auble authored
Bug 3776
-
Morris Jette authored
KNL modes if not KNL system. Bug 3825
-
Danny Auble authored
This reverts commit c2380520.
-
Morris Jette authored
-
Danny Auble authored
KNL modes if not KNL system. Bug 3825
-
Morris Jette authored
reconfigured while node boot in progress. Bug 3679
-
- 18 May, 2017 3 commits
-
-
Damien François authored
bug 3822
-
Danny Auble authored
-
Danny Auble authored
-
- 17 May, 2017 6 commits
-
-
Dominik Bartkiewicz authored
Bug 3708
-
Danny Auble authored
-
Danny Auble authored
Bug 3815
-
Danny Auble authored
not being able to deal with pn_min_memory being a uint64_t. Scripts are urged to change to these new variables avoid issue. If not set the variables will be 'nil'. Bug 3681
-
Danny Auble authored
-
Danny Auble authored
In 17.11(or other future version) we should move a lot of this common code into a new lib. The reason I didn't put these common changes into common/xlua.c was because then I would have to link common to liblua which I really didn't want to do.
-
- 16 May, 2017 5 commits
-
-
Dominik Bartkiewicz authored
dependencies. Bug 3708
-
Tim Wickberg authored
Bug 3772
-
Morris Jette authored
are ready. This will be NULL is a job was revoked while beginning.
-
Morris Jette authored
allocation has been revoked as it was beginning.
-
Morris Jette authored
if there was a failure after the initial resource allocation. Does not release previously allocated resources. Bug 3783 This is the initial patch that adds the stubs for the logic. Outside of that this patch really does nothing.
-
- 15 May, 2017 5 commits
-
-
Morris Jette authored
configured.
-
Morris Jette authored
-
Morris Jette authored
fails to enter the desired NUMA and/or MCDRAM mode then drain the node and requeue the job. Bug 3785
-
Tim Shaw authored
prolog is ran after the reboot. Bug 3618
-
Tim Shaw authored
Precursor for next commit. Bug 3618
-
- 13 May, 2017 2 commits
-
-
Isaac Hartung authored
Bug 3695
-
Morris Jette authored
bug 3779
-
- 12 May, 2017 4 commits
-
-
Morris Jette authored
If capmc reports a node name, but not mcdram_cfg for the node, then log the missing data rather than assume the value is zero and report a value mismatch with cnselect.
-
Alejandro Sanchez authored
When requesting an operation on jobs, where the operation permits to specify more than one job in the same request, and a job array appears before a regular job (no-array job) in the list of jobs to operate with, the job_array_resp_msg_t pointer was not properly NULL'ed and thus incorrectly accessed when processing the no-array job. This fix prevents the crash from happening in the following scontrol operations: uhold, hold, suspend, requeue, requeuehold, update, release when the same request has <array_jobid>,<non-array_jobid> in this order in the job list to process. Bug 3759
-
Morris Jette authored
Job expansion example in FAQ enhanced to demonstrate operation in heterogeneous environments. bug 2979
-
Alejandro Sanchez authored
Do not attempt to schedule jobs after changing the power cap if there are already many active threads.
-