- 09 Oct, 2018 1 commit
-
-
Morris Jette authored
add logic so that a job step can be allocated subsets of the job's GRES allocation, even when the GRES specifications differ. For example, the job can specifiy gres-per-node and the step gres-per-task.
-
- 08 Oct, 2018 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 05 Oct, 2018 5 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 04 Oct, 2018 16 commits
-
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Danny Auble authored
-
Danny Auble authored
Bug 5479
-
Danny Auble authored
-
Danny Auble authored
Bug 5553
-
Danny Auble authored
Bug 5744
-
Broderick Gardner authored
Bug 5476.
-
Tim Wickberg authored
SLURM_FAILURE removed in a76a9486.
-
Tim Wickberg authored
-
Broderick Gardner authored
Leads to false-positive warnings about settings being too low when they're actually fine. E.g., if innodb_buffer_pool_size is over 2GB the warning would have been printed in error. Bug 5661.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Bug 5594.
-
Tim Wickberg authored
You should not make RPC calls within MailProg (or anything else fork()+exec()'d from slurmctld), so use the environment variable that is now exposed instead. Bug 5443.
-
Dominik Bartkiewicz authored
smail currently uses 'scontrol show config' to get this data; making RPC calls within programs fork()+exec()'d from slurmctld is best avoided as it amplifies RPC load on the controller. Bug 5443.
-
- 03 Oct, 2018 8 commits
-
-
Marshall Garey authored
Fix formatting on the log_level documentation block as well. Bug 5399.
-
Isaac Hartung authored
Add info to man page as well. Bug 4961.
-
Tim Wickberg authored
Bug 5724
-
Danny Auble authored
For some reason this file had all sorts of bad indenting. Bug 5724
-
Michael Hinton authored
Bug 5231
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
- 02 Oct, 2018 5 commits
-
-
Danny Auble authored
-
Marshall Garey authored
Bug 5708
-
Jason Booth authored
This matches the functionality in code. Bug 5726
-
Marshall Garey authored
Bug 5795
-
Jason Booth authored
Continuation of 06582da8 (17.11.9) Poll was timing out too quickly due to an incorrect conversion of MessageTimeout. Added a multiplier so timeout reflects the correct millisecond value. Bug 5553
-
- 29 Sep, 2018 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 188467
-
- 28 Sep, 2018 1 commit
-
-
Michael Hinton authored
"set errno to indicate error" made some think that the function had to explicitly set the errno before returning, when it is often done by sub functions. Bug 5376
-