- 29 Nov, 2018 3 commits
-
-
Morris Jette authored
-
Nate Rini authored
Bug 6008
-
Morris Jette authored
bug 6078
-
- 28 Nov, 2018 14 commits
-
-
Morris Jette authored
This change permits the set of the type_ arrays in the job gres data structure without setup of the typo_ arrays. Bug 6078
-
Morris Jette authored
-
Alejandro Sanchez authored
Bug 6077
-
Danny Auble authored
node system. Bug 6037
-
Marshall Garey authored
Bug 6037
-
Morris Jette authored
The test was failing if the GPU count exceeded the available CPU count
-
Morris Jette authored
The test was failing due to bad logic in the case where a GRES of craynetwork > 1 and the node count was 1
-
Artem Y. Polyakov authored
Bug 5983
-
Morris Jette authored
Rename "has_file" to "config_flags" and independently set the flags GRES_CONF_HAS_FILE and GRES_CONF_HAS_TYPE as appropriate. Previously defining a GRES "Type" would set a default value of "File" to "/dev/null" Bug 6078
-
Artem Y. Polyakov authored
In case of the error code paths (like collective timeout) it is possible that a callback provided by PMIx will be called twice leading to a segmentation fault. This commit fixes it by properly accounting callback invocations. Bug 5983
-
Morris Jette authored
Permit independent copy of topo and type data structures. Bug 6078
-
Morris Jette authored
-
Morris Jette authored
A temporary GRES counter was being stored in a variable of type "int". This changes the variable to type "uint64_t" without changing logic.
-
Morris Jette authored
No change in logic, just add initialization to eliminate some Coverity warnings.
-
- 27 Nov, 2018 18 commits
-
-
Tim Wickberg authored
-
Danny Auble authored
This reverts commit b0515009.
-
Danny Auble authored
Bug 5935
-
Boris Karasev authored
This could have caused core dumps if communication failed for one reason or another. Signed-off-by: Boris Karasev <karasev.b@gmail.com> Bug 5935
-
Artem Y. Polyakov authored
In case of the error code paths (like collective timeout) it is possible that a callback provided by PMIx will be called twice leading to a segmentation fault. This commit fixes it by properly accounting callback invocations.
-
Morris Jette authored
This patch does 2 things: 1. When a step fails on some node, then mark it as complete on those nodes. This is needed so that when the step ends on the other nodes, slurmctld recognized the step as completely done. 2. If the step does not have the --no-kill option set, then when some node fails, send a request to terminate the step on ALL of its nodes. Bug 5805
-
Danny Auble authored
Bug 5977
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Removed in 19.05 release; remove the documentation in 18.08 to discourage further use. Bug 6075.
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 6075.
-
Tim Wickberg authored
Bug 6075.
-
Nate Rini authored
when env is overwritten by the command line. Bug 5977
-
Danny Auble authored
-
Danny Auble authored
Bug 6016
-
Broderick Gardner authored
Bug 6092
-
- 26 Nov, 2018 4 commits
-
-
Felip Moll authored
configuration. Bug 5872
-
Morris Jette authored
If a GRES is bound to all cores on a node rather than specific cores on some sockets then "scontrol show node" will not show the specific socket bounding. It will only report socket binding for GRES that are bound to some subset of cores (and likely some subset of sockets). This fixes the failure of test39.6 on our knc node.
-
Morris Jette authored
-
Danny Auble authored
canceled while pending. Bug 6016
-
- 23 Nov, 2018 1 commit
-
-
Tim Wickberg authored
-