- 09 Feb, 2019 1 commit
-
-
Morris Jette authored
Modify GrpNodes limit to apply to unique nodes allocated (avoid double counting nodes allocated to multiple jobs in the same QOS or association).
-
- 08 Feb, 2019 3 commits
-
-
Brian Christiansen authored
Bug 6458
-
Brian Christiansen authored
Bug 6458
-
Kilian Cavalotti authored
Lustre client stats moved to /sys/kernel/debug/lustre/llite with 2.12. Bug 6385. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
- 07 Feb, 2019 1 commit
-
-
Morris Jette authored
-
- 06 Feb, 2019 1 commit
-
-
Morris Jette authored
This is useful for job requeue. bug 5693
-
- 05 Feb, 2019 1 commit
-
-
Tim Wickberg authored
Add new SchedulerParameter of permit_job_expansion to permit expansion of running jobs. Replace the two calls to select_g_job_expand_allow() as all plugins return true anyways at this point. Return ESLURM_NOT_SUPPORTED instead of ESLURM_DEPENDENCY in one location as well to provide a better error message back to the user. Bug 5716.
-
- 01 Feb, 2019 2 commits
-
-
Jason Booth authored
Changes saccct, squeue, sinfo, sprio so that -l and -o are mutually exclusive. Bug 6438
-
Tim Wickberg authored
Bug 6441.
-
- 31 Jan, 2019 8 commits
-
-
Marshall Garey authored
so that squeue -s and sstat will show the batch step, and sacct will show the batch step before the job finishes. Bug 6196.
-
Tim Wickberg authored
The correct printf format for size_t is %zu not %lu.
-
Danny Auble authored
Bug 6430
-
Ben Roberts authored
The code to handle it was already there, this just made it so we actually parsed it. Bug 6430
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Philip Kovacs authored
Commit 750cc23e changed the signature for slurm_xmalloc, which needs to be mirrored here in slurm-perl.h. Bug 6436.
-
Jason Booth authored
Adds SPRIO_FORMAT env variable, which is equivalent to the -o/--format option. Accounted for the new env var in the test suite. 6063
-
- 30 Jan, 2019 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Force intermediate values to uint64_t to catch the potential overflow. CVE-2019-6438.
-
- 25 Jan, 2019 3 commits
-
-
Morris Jette authored
The information will be logged for all tasks of a job array with a task count limit. bug 5093
-
Michael Hinton authored
On a heterogeneous system the gres.conf coming from various nodes might not be complete. The slurm.conf has a complete list of possible gres on the other hand. If the GRES doesn't exist we will print an error and use the id instead of the name, but this should never happen. Bug 6366
-
Felip Moll authored
When trying to update the partition list of a job it didn't get updated. Bug 6329
-
- 23 Jan, 2019 5 commits
-
-
Jakub Yaghob authored
Bug 6320
-
Danny Auble authored
Bug 6004
-
Dominik Bartkiewicz authored
specific tasks. Bug 6357
-
Josko Plazonic authored
Bug 6004
-
Paddy Doyle authored
Update seff to reflect API change from rss_max to tres_usage_in_max. Use Slurmdb::find_tres_count_in_string to parse out the TRES_MEM value. Bug 6004
-
- 18 Jan, 2019 1 commit
-
-
Brian Christiansen authored
Bug 5736
-
- 17 Jan, 2019 7 commits
-
-
Morris Jette authored
This check really is there to test if we have dynamic(inactive) features. Obviously this doesn't work on heterogeneous systems, but there is no good way to check for this as this check is used long before nodes are considered. Bug 6242
-
Broderick Gardner authored
Docs updated with details. 'node' is simply removed from the tres list; the report will continue if other valid tres are specified. Bug 5954
-
Jason Booth authored
This adds the -b option to salloc, srun and sbatch which is equal to --begin. Bug 6356.
-
Jason Booth authored
Bug 6356.
-
Jason Booth authored
Fixed srun from double printing invalid option msg twice. Also removed the unused -b flag from sbatch. Bug 6356.
-
Danny Auble authored
It has been shown in a couple of ways these 2 apis are dependent on each other, but both export similar symbols, so when you link to both of them you get duplicate symbols. Bug 1394
-
Tim Wickberg authored
Update the documentation, and split "classic" fair share details off to a separate page. Bug 6036.
-
- 16 Jan, 2019 1 commit
-
-
Felip Moll authored
scontrol and sview won't report Consumed Joules and Lowest Joules anymore. The reason is that these values were collected from slurmd start time which made them not useful for the users. Bug 6283
-
- 15 Jan, 2019 1 commit
-
-
Michael Hinton authored
This patch fixes the regression caused by 07483564 where only the linux plugin was handling this scenario correctly. Bug 6332
-
- 14 Jan, 2019 3 commits
-
-
Isaac Hartung authored
Bug 4700. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
Matt Ezell authored
Bug 6331
-
Felip Moll authored
This patch removes the MemLimitEnforce parameter from Slurm and moves the condition to enable the feature to the JobAcctGatherParam=OverMemoryKill. Setting OverMemoryKill will now enable the mechanism that was before enabled with MemLimitEnforce=yes, so activation of killing jobs or steps due to exceeding memory will be done in the same place. Also reconfiguring or starting slurmd/ctld with incorrect configuration will cause a fatal error. Bug 5479
-