- 18 Apr, 2019 19 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Regression from aca37654 . Bug 6826. Co-authored-by: Chad Vizino <chad@schedmd.com>
-
Morris Jette authored
Better explain function operation in comment
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Overrides any setting for SLURM_EXPORT_ENV, which can make nesting jobs simpler. If SBATCH_EXPORT_ENV=NONE (which will cause SLURM_EXPORT_ENV=NONE to be set in the batch step) is used alongside SRUN_EXPORT_ENV=ALL, this allows for the batch environment to be reset, but then for changes made in the batch script (e.g., loading modules with 'module load') to propagate out as part of the step launch. The same can be accomplished by the user in their scripts by explicitly setting 'srun --export=ALL ...' for every step launch, but this should provide an easier mechanism for sites to make this behavior the default for their users by pushing this pair of environment variables into their users default profiles. Bug 5537.
-
Michael Hinton authored
Bug 6615.
-
Tim Wickberg authored
Wrong author attribution. This reverts commit 1712db06.
-
Michael Hinton authored
Add .commandline to make env vars, code, and commands stand out. Bug 6615.
-
Tim Wickberg authored
Escape "<exit>:<sig>" so it shows up in html. Fix bad grammar and misspellings. Bug 6615.
-
Michael Hinton authored
Bug 6615.
-
Michael Hinton authored
Matches PrologSlurmctld/EpilogSlurmctld behavior to Prolog. Bug 6615.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 6737.
-
Morris Jette authored
-
Morris Jette authored
When JobIDRaw started being published in the sacct -l output, the result was to print the job ID twice, but part of the header being looked for not at all. The result was for the test to pass, when it really should not have. The bug was introduced in commit 9686a4b7, April 1, 2015.
-
- 17 Apr, 2019 21 commits
-
-
Morris Jette authored
Bug 6252
-
Brian Christiansen authored
Continuation of 75ef39d7
-
Broderick Gardner authored
Matches squeue -s for extern and pending steps Bug 4820
-
Morris Jette authored
-
Morris Jette authored
bug 6725, comment 15
-
Brian Christiansen authored
to run RebootProgram from ctld. Bug 6115
-
Brian Christiansen authored
-
Nate Rini authored
Bug 6010
-
Danny Auble authored
# Conflicts: # src/common/gres.c
-
Danny Auble authored
Wrong variable was used. This works fine for 18.08, but in 19.05 this code doesn't work correctly. Bug 6739
-
Morris Jette authored
It was used for gres/mps debugging, but is no longer used.
-
Morris Jette authored
bug 6725, comment 15
-
Brian Christiansen authored
-
Ben Roberts authored
Bug 6865
-
Brian Christiansen authored
Bug 6313
-
Danny Auble authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 6869
-
Broderick Gardner authored
to guarantee a minimum runtime before preemption. Bug 5519
-
Broderick Gardner authored
Bug 5519
-
Brian Christiansen authored
-