- 30 Aug, 2018 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 29 Aug, 2018 38 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.
-
Dominik Bartkiewicz authored
Bug 5379.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
This does change a network RPC after 18.08.0rc1, which is best to be avoided. But other recent changes have already broken RPC compatibility between what will be 18.08.0, so we might as well land this now. Bug 5443.
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
and when reconfigured. Bug 5602
-
Danny Auble authored
-
Morris Jette authored
The socket count argument was added to gres_plugin_node_config_validate() in commit 63b95516
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
And add into appropriate pack and unpack functions.
-
Morris Jette authored
And set it in launch_prolog().
-
Danny Auble authored
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
Previous logic would re-use altered node and core bitmaps, which would tend to fail. Change some data types for consistency
-
Morris Jette authored
Cores on additional sockets may be used, but we want to insure some cores on the identify sockets are included in the job allocation
-
Tim Wickberg authored
-
Danny Auble authored
In cases when you have a range first and then a single afterwards: nid00[446-447],nid00392 It only worked correctly if it were reversed like so: nid00392,nid00[446-447]
-