- 29 Sep, 2016 8 commits
-
-
Morris Jette authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Artem Polyakov authored
Bug 3051.
-
Tim Wickberg authored
Otherwise updates would be rejected for running jobs even if there would be no impact. Most common when the job_submit plugin is overriding QOS/GRES values on everything; without this change an update to "comment" or other fields would fail with ESLURM_JOB_NOT_PENDING. Bug 3117.
-
Tim Wickberg authored
Never ever run NHC, even on an edge case that NHC_NO would still launch NHC after. Bug 3105.
-
Tim Wickberg authored
Switch to list_for_each, and check if access list actually changed after each update before updating last_prat_update. This prevents the backfill scheduler from resetting mid-cycle unnecessarily. Bug 3123.
-
Josko Plazonic authored
Buffer was being allocated based upon the size of the wrong structure. The buffer would have been larger than required, so this bug should not have caused any failures. bug 3127
-
- 28 Sep, 2016 2 commits
-
-
Morris Jette authored
Added memory limits to the job and step. Without these, only one step may be able to run at a time and break the test
-
Morris Jette authored
Add "sbatch_wait_nodes" to SchedulerParameters to control default sbatch behaviour with respect to waiting for all allocated nodes to be ready for use. Job can override the configuration option using the --wait-all-nodes=# option. bug 3120
-
- 27 Sep, 2016 3 commits
-
-
Morris Jette authored
Prior logic would treat execute line like this: $ sbatch --wait-all-nodes -N3 tmp with "-N3" as being the argument to the "--wait-all-nodes" option. See bug 3120
-
Morris Jette authored
Add salloc/sbatch/srun option --use-min-nodes to prefer smaller node counts when a range of node counts is specified (e.g. "-N 2-4"). bug 2996
-
Tim Wickberg authored
Switch a few SLURM mentions for Slurm as well.
-
- 26 Sep, 2016 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
It was out of alphabetic order before (e.g. after --power).
-
Morris Jette authored
Add salloc/sbatch/srun --priority option of "TOP" to set job priority to the highest possible value. This option is only available to Slurm operators and administrators. bug 3115
-
Morris Jette authored
The problem reported is just a configuration warning and not an error. Also change the test from ">=" to ">". bug 3086
-
Morris Jette authored
-
Morris Jette authored
This patch finally resolves absolute/relative CPU mapping for nodes where the NUMA (or sockets) have different core counts (e.g. KNL SNC4).
-
- 25 Sep, 2016 1 commit
-
-
Morris Jette authored
-
- 24 Sep, 2016 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
bug 3090
-
- 23 Sep, 2016 2 commits
-
-
Tim Wickberg authored
-
Morris Jette authored
Make sure no attempt is made to schedule a requeued job until all steps are cleaned (Node Health Check completes for all steps on a Cray). bug 3082
-
- 22 Sep, 2016 10 commits
-
-
Dominik Bartkiewicz authored
Otherwise limit is checking the node count against the midplane count. Bug 3049.
-
Alejandro Sanchez authored
Check if node names are contiguous with respect to the node list assigned to the partition, rather than just monotonically increasing. Bug 3006.
-
Brian Christiansen authored
xcgroup_delete will print a log message if there is a problem.
-
Janne Blomqvist authored
Bugs 2681 and 2703 Conflicts: NEWS
-
Morris Jette authored
-
Adam Moody authored
-
Adam Moody authored
-
Gennaro Oliva authored
-
Morris Jette authored
-
Alejandro Sanchez authored
license of a certain type.
-
- 21 Sep, 2016 5 commits
-
-
Tim Wickberg authored
-
Morris Jette authored
node_features/knl_cray plugin: Increase default CapmcTimeout parameter from 10 to 60 seconds. bug 3100
-
Morris Jette authored
capmc_suspend/resume - If a request modify NUMA or MCDRAM state on a set of nodes or reboot a set of nodes fails then just requeue the job and abort the entire operation rather than trying to operate on individual nodes. bug 3100
-
Morris Jette authored
Allow a node's PowerUp state flag to be cleared using update_node RPC. bug 3100
-
Morris Jette authored
When powering up a node to change it's state (e.g. KNL NUMA or MCDRAM mode) then pass to the ResumeProgram the job ID assigned to the nodes in the SLURM_JOB_ID environment variable. bug 3100
-
- 20 Sep, 2016 1 commit
-
-
Morris Jette authored
Don't log error for job end_time being zero if node health check is still running. bug 3053
-