- 15 Jan, 2020 14 commits
-
-
Marco D'Amico authored
Created new fields in job structure, then exported by jobcomp plugin to generate more information about scheduling
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Ana Jokanovic authored
-
Ana Jokanovic authored
MAX_RANGE for maximum number of nodes increased, backfill and normal scheduler statistics, in swf2trace number of tasks equals number of requested CPUs
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Marco D'Amico authored
-
Ubuntu authored
-
- 20 Dec, 2019 9 commits
-
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Harald Barth authored
Bug 8084.
-
Tim Wickberg authored
Stop treating "nobody" as the error condition. Bug 7845.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Harald Barth authored
If this failed, the step would launch as root instead of the desired user, which could be exploited. Bug 8084. CVE-2019-19728.
-
Tim Wickberg authored
Bug 8084.
-
Johannes Segitz authored
Encourage the use for restricted permissions for slurmdbd.conf since this file will contain your MySQL username and password on most systems. CVE-2019-19727.
-
- 19 Dec, 2019 2 commits
-
-
Ben Roberts authored
Bug 7379 Signed-off-by: Brian Christiansen <brian@schedmd.com>
-
Danny Auble authored
Bug 7861
-
- 18 Dec, 2019 5 commits
-
-
Brian Christiansen authored
Bug 7291
-
Ben Roberts authored
Bug 7291
-
Douglas Wightman authored
In a multi-cluster environment a job may submit more jobs as part of its workflow. This fixes situations where the variable is inherited incorrectly on sub-jobs. Bug 7998
-
Marshall Garey authored
srun waits for the prolog to finish before launching a job step. In _is_prolog_finished(), slurmctld checks the state reason: if (job_ptr) { is_running = (job_ptr->state_reason != WAIT_PROLOG); } But if the job is updated during the job prolog, then _update_job() will change the state_reason, and then slurmctld will tell srun that the prolog is completed even if it isn't. If srun launches a job step before the extern sets up x11, then the job step won't have x11 information. To fix this, don't change state_reason in _update_job() if it equals WAIT_PROLOG. Bug 7525
-
Douglas Wightman authored
This in turn fixes allocation requests that weren't rejected and they should because the requested nodes didn't have a shared network. Bug 8210
-
- 17 Dec, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 8047
-
- 16 Dec, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 7766
-
- 14 Dec, 2019 8 commits
-
-
Tim Wickberg authored
-
Michael Hinton authored
Add <p> after <pre> tags, since <pre> breaks the previous <p>. Add <p> and list tags where appropriate for correct spacing. Replace < and > with escape characters in code snippets. Fix some broken tags. Bug 7308
-
Michael Hinton authored
Change prompts to "$ ". Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-