- 21 Feb, 2018 18 commits
-
-
Morris Jette authored
-
Morris Jette authored
When a pending job's state includes "UnavailableNodes" do not include the nodes in FUTURE state. bug 4612
-
Brian Christiansen authored
Bug 4504
-
Brian Christiansen authored
submission option. Bug 4548
-
Brian Christiansen authored
Bug 4548
-
Morris Jette authored
Bug 4786
-
Brian Christiansen authored
Continuation of 873871ed Bug 4758
-
Danny Auble authored
Bug 4758
-
Brian Christiansen authored
Bug 4800
-
Morris Jette authored
-
Isaac Hartung authored
Bug 4793
-
Alejandro Sanchez authored
-
Danny Auble authored
Bug 4698.
-
Morris Jette authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Bug 4809.
-
Dominik Bartkiewicz authored
NEWS entry also applies to prior 31667d5d. Bug 4809.
-
Dominik Bartkiewicz authored
Fixes problems restoring: - Alternate - DefMemPerCPU - MaxCPUsPerNode - MaxMemPerNode - OverTimeLimit Also move AllowNodes, DefaultTime, and GraceTime into alphabetical order. Bug 4809.
-
- 20 Feb, 2018 9 commits
-
-
Morris Jette authored
Configuration parameters "ControlMachine", "ControlAddr", "BackupController" and "BackupAddr" replaced by an ordered list of "SlurmctldHost" records with the optional address appended to the name enclosed in parenthesis. For example: "SlurmctldHost=head(12.34.56.78)". An arbitrary number of backup servers can be configured.
-
Morris Jette authored
-
Marshall Garey authored
Bug 4636
-
Brian Christiansen authored
Bug 4716
-
Brian Christiansen authored
Bug 4716
-
Felip Moll authored
In perl tools, fix for regexp that caused extra incorrectly shown results. Bug 4766
-
Danny Auble authored
-
Danny Auble authored
requesting any tasks. Bug 4730
-
Morris Jette authored
wait to retry or not. I discovered this bug regression testing. Some similar situations will result in srun continuously issuing step create requests and the launch_common_create_job_step() function not sleeping between RPCs. Basically launch_common_create_job_step() sleeps for some error codes and srun retries the step create on some error codes. The problem is that those error codes do not match in both places, resulting in constant retries without sleeps. This situation is very likely with job preemption combined with salloc, but other conditions can trigger the same event. The following errno will all trigger this situation: EAGAIN, ESLURM_DISABLED, ESLURM_POWER_NOT_AVAIL, ESLURM_POWER_RESERVED, ESLURM_PROLOG_RUNNING, ESLURM_INTERCONNECT_BUSY. Bug 4786
-
- 16 Feb, 2018 3 commits
-
-
Brian Christiansen authored
Bug 4772
-
Brian Christiansen authored
Was checking time ranges against a bad cast'ed variable. And MaxQueryTimeRange was being stored as minutes and was being compared against the difference of two time_t's -- which produces seconds. Bug 4772
-
Dominik Bartkiewicz authored
was matching more than expected. Bug 4789
-
- 15 Feb, 2018 7 commits
-
-
Morris Jette authored
This should be part of commit 7e9a2c52
-
Morris Jette authored
This does heave environment variables including the expression "PACK" as well as the srun "--pack-group" option in place bug 4546
-
Morris Jette authored
bug 4791
-
Doug Jacobsen authored
Fixes issue with bf_min_prio_reserve not being respected, leading to significantly impacted backfill performance. Bug 4760.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Log that support for the ChosLoc configuration parameter will end in Slurm version 18.08. Bug 4791
-
- 14 Feb, 2018 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Log that support for the ChosLoc configuration parameter will end in Slurm version 19.05. bug 4791
-