- 12 Jan, 2016 14 commits
-
-
Tim Wickberg authored
Conflicts: src/api/partition_info.c
-
Tim Wickberg authored
Handle unexpectedly large lines for hostlists. (Bug 2333.) While here rework to avoid extraneous xstrcat calls by using xstrfmtcat instead of snprintf + xstrcat. Collapse line end into own string for readability. No performance or functional change, aside from removing possible line truncation (which will silence additional Coverity warnings). Removes a double xfree() in slurm_sprint_reservation_info().
-
Morris Jette authored
When a reservation is created or updated, compress user provided node names using hostlist functions (e.g. translate user input of "Nodes=tux1,tux2" into "Nodes=tux[1-2]"). bug 2333
-
Brian Christiansen authored
-
Brian Christiansen authored
Reported by CLANG Continuation of 7eff526c
-
Brian Christiansen authored
Reported by CLANG Continuation of 7eff526c
-
Tim Wickberg authored
Match behavior of other PBS-like resource managers. Bug 2330.
-
Danny Auble authored
-
Danny Auble authored
using TRES as a key word.
-
Danny Auble authored
statements.
-
Alejandro Sanchez authored
-
Morris Jette authored
-
Dorian Krause authored
Don't allow user specified reservation names to disrupt the normal reservation sequeuece numbering scheme. bug 2318
-
Danny Auble authored
Conflicts: NEWS
-
- 11 Jan, 2016 16 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
anything. The slurmd will process things correctly after the fact.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
The restriction from Cray has been lifted. bug 2317
-
Gennaro Oliva authored
-
Tim Wickberg authored
Otherwise upgrading slurm on a compute node while tasks are running will cause plugin mismatch, as slurmstepd would not load the library until task completion before. Bug 2319.
-
Danny Auble authored
-
Morris Jette authored
Job step constraints applied to active rather than available features Use active rather than available features for non-stop node replacements
-
Nathan Yee authored
Bug 2228
-
Nathan Yee authored
Bug 2228
-
Morris Jette authored
The restriction from Cray has been lifted. bug 2317
-
Morris Jette authored
Expect sometimes has trouble parsing the output file of this test. The test has been modified to decrease the output file size, which seems work better. Note: No change in what is being tested.
-
Gennaro Oliva authored
-
- 09 Jan, 2016 1 commit
-
-
Morris Jette authored
-
- 08 Jan, 2016 9 commits
-
-
Tim Wickberg authored
Update NEWS file for final removal of Sun Constellation, Elan, and IBM Federation (switch/nrt plugin replaces). Clean up documentation and few outstanding ifdef blocks. Unless you were defining HAVE_SUN_CONST there are no functional changes.
-
Brian Christiansen authored
-
Tim Wickberg authored
Remove federation, elan, and sun constellation support. Run autogen.sh to regenerate everything.
-
Morris Jette authored
Change names of some variables and structures used to manage node features. No change in logic
-
Morris Jette authored
Add active features to node state save/restore logic
-
Morris Jette authored
Depending upon topology and node weight, ordering of nodes may not be as test expected. Explicitly pick nodes to use in srun within an salloc.
-
Tim Wickberg authored
-
Tim Wickberg authored
Otherwise upgrading slurm on a compute node while tasks are running will cause plugin mismatch, as slurmstepd would not load the library until task completion before. Bug 2319.
-
Morris Jette authored
Stat the file before allocating buffer used for read rather than reallocating the buffer as needed. Improves performance (no reallocate/copy needed).
-