- 30 Aug, 2018 23 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 5651.
-
Tim Wickberg authored
The correct syntax is .\" not .\ which was causing these to appear in the man2html formatted version of the man page. As these options do not and will not exist in 18.08, remove them rather than re-commenting them with the correct syntax.
-
Tim Wickberg authored
The correct syntax is .\" not .\ which caused these to appear in the man2doc formatted version of the page by accident.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
And slurm.spec-legacy. Missed in commit ee281387. Bug 4771.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Brian Christiansen authored
Asterisk '*' was being used in 2.4, and replaced with colon ':' in 2.5. But liense_list_to_string was missed, and was still using an asterisk until now. Since we've internally used both up until 18.08, license parsing code will need to respect both delimiters until two versions past 18.08. Bug 5630.
-
Tim Wickberg authored
Will be needed to distinguish between which backup controller is resuming. Bug 5256.
-
Tim Wickberg authored
No changes to RPC yet, identical to prior RPC version. Bug 5256.
-
Tim Wickberg authored
This should solve a clang/scan-build issue. Bug 5256.
-
Dominik Bartkiewicz authored
starting. Bug 5565
-
Morris Jette authored
-
Morris Jette authored
This bad logic could prevent jobs from starting. Test39.13 was failing on occasion.
-
Morris Jette authored
-
Danny Auble authored
Bug 5623
-
Danny Auble authored
# Conflicts: # src/plugins/mpi/pmi2/setup.c
-
Morris Jette authored
-
Danny Auble authored
%n or %h in the spool dir. Bug 5096
-
- 29 Aug, 2018 17 commits
-
-
Morris Jette authored
-
Brian Christiansen authored
By default all devices are allowed and GRES, that are associated with a device file, that are not requested are restricted. Leaving the ability to read in the file as a contribution is under review that extends the cgroup_allowed_devices_file. Bug 4771.
-
Morris Jette authored
-
Danny Auble authored
Bug 5605.
-
Danny Auble authored
-
Danny Auble authored
to libslurm.so Bug 5605
-
Danny Auble authored
-
Danny Auble authored
Bug 5602
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
fa38c431 was the commit this was added in where s_p_get_float wasn't added until e1d2a0c1.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Fail early when the layout requirements cannot be satisfied in _task_layout_lllp_block(). Otherwise step layout calculations will fail, leading to a "fatal: _task_layout_lllp_block infinite loop" Bug 5415.
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
The conditional for handling --overcommit was not sufficient to prevent other option combinations from using that code path, resulting in unexpected resource allocation behavior. Correct that to check that overcommit is enabled. Bug 5345.
-