- 27 Nov, 2018 2 commits
-
-
Tim Wickberg authored
Bug 6075.
-
Tim Wickberg authored
Bug 6075.
-
- 26 Nov, 2018 2 commits
-
-
Morris Jette authored
If a GRES is bound to all cores on a node rather than specific cores on some sockets then "scontrol show node" will not show the specific socket bounding. It will only report socket binding for GRES that are bound to some subset of cores (and likely some subset of sockets). This fixes the failure of test39.6 on our knc node.
-
Morris Jette authored
-
- 23 Nov, 2018 3 commits
-
-
Tim Wickberg authored
-
Lewis Lakerink authored
Bug 6015.
-
Tim Wickberg authored
Was attributed to the wrong author by mistake. This reverts commit 8b5acf90.
-
- 22 Nov, 2018 1 commit
-
-
Morris Jette authored
Add support for SALLOC/SBATCH/SLURM_NO_KILL environment variables. Add salloc/sbatch/srun support for optional "--no-kill=off" option to disable the environment variables. Needed for a USGS procurement.
-
- 21 Nov, 2018 13 commits
-
-
Michael Hinton authored
Explain gotchas with --export when an implicit --get-user-env is triggered. Correct example in the docs; `--export=EDITOR,ALL` does not make any sense. Explain how env vars are propagated with srun and sbatch when `ALL` is specified; document their differences. Explain that srun --export is implemented in the Launch plugin. Fix minor grammatical errors. Remove --export reference in salloc. Bug 6042
-
Tim Wickberg authored
-
Tim Wickberg authored
Each nested <ul> needs to be within an <li>. And add in one missing </ul>.
-
Tim Wickberg authored
You web browser presumably has better navigation controls. Leave the <a name="top"> anchors in place for now.
-
Tim Wickberg authored
-
Nate Rini authored
Bug 5977
-
Michael Hinton authored
Add a light gray highlight to all .commandline HTML elements. Make text size for code blocks same as other text. Bug 6073.
-
Morris Jette authored
> In slurm.conf: > AccountingStorageTRES=gres/craynetwork,gres/gpu > $ srun --gres=craynetwork:3,gpu:volta:1,gpu:tesla:1 -N1 sleep 100 > $ scontrol show job > > TRES=cpu=1,mem=1000M,node=1,billing=1,fs/disk=0,vmem=0,pages=0,gres/ > craynetwork=3,gres/gpu=1 > TresPerNode=craynetwork:3,gpu:volta:1,gpu:tesla:1 > > Note that TRES is not reporting the total GPU count (1 tesla and 1 volta), > but only 1 GPU total With new logic: TRES=cpu=1,mem=1000M,node=1,billing=1,gres/craynetwork=3,gres/gpu=2 TresPerNode=craynetwork:3,gpu:volta:1,gpu:tesla:1 > ======================================= > > In slurm.conf: > AccountingStorageTRES=gres/craynetwork,gres/gpu:volta,gres/gpu:tesla > $ srun --gres=craynetwork:3,gpu:2 -N1 sleep 100 > $ scontrol show job > > TRES=cpu=1,mem=1000M,node=1,billing=1,fs/disk=0,vmem=0,pages=0,gres/ > craynetwork=3,gres/gpu:tesla=0,gres/gpu:volta=0 > TresPerNode=craynetwork:3,gpu:2 > > Here we the GPUs have to either be tesla or volta, but none are accounted > for (in TRES count of both GPU types is 0). With new logic: TRES=cpu=1,mem=1000M,node=1,billing=1,gres/craynetwork=3,gres/gpu:tesla=2 TresPerNode=craynetwork:3,gpu:2 bug 6070
-
Morris Jette authored
bug 6070
-
Morris Jette authored
-
Morris Jette authored
Also increase the maximum frequency before reporting an error from 5 to 10 percent
-
Marshall Garey authored
started on a node. Bug 5865
-
Broderick Gardner authored
Bug 6061
-
- 20 Nov, 2018 8 commits
-
-
Morris Jette authored
-
Danny Auble authored
bug 6016
-
Morris Jette authored
The "=" separator between name and count is not supported and I'm not sure that it ever was. bug 6015
-
Morris Jette authored
-
Morris Jette authored
bug 4675
-
Morris Jette authored
Log the test number before saying it can't be run as user root
-
Chris Samuel authored
Bug 6015
-
Morris Jette authored
Bug 6015
-
- 19 Nov, 2018 1 commit
-
-
Morris Jette authored
bug 5520
-
- 16 Nov, 2018 3 commits
-
-
Michael Hinton authored
Skip all GRES lines that aren't Name=gpu. Write regression test to reproduce bug and test this patch. Write regression tests to prove non-gpu GRESs are ignored. Improve GRES GPU regression tests by running slurm.conf with GresTypes=gpu,nic,mic,tmpdisk. Document the regression tests some more. Bug 6014
-
Doug Jacobsen authored
Bug 6041
-
Michael Hinton authored
Original changes were in commit e319cb82 bug 5402
-
- 15 Nov, 2018 6 commits
-
-
Tim Wickberg authored
Collapse two nearly identical implementations create a munge_ctx into a single static function.
-
Tim Wickberg authored
Use plugin_name here while editing the error message.
-
Michael Hinton authored
Bug 4961.
-
Tim Wickberg authored
-
Michael Hinton authored
Unit is microseconds, but the value is for 1000 calls. Bug 4961.
-
Marshall Garey authored
The srun man page states that --prolog=none or --epilog=none would prevent the SrunProlog or SrunEpilog scripts defined in slurm.conf from running. However, with SLURM_TEST_EXEC set in the environment, srun would look for a script named "none" and run it if found. If not found, then srun would print an error message, but the SrunProlog or SrunEpilog would (correctly) not run. * Prevent srun from running a script named "none" that is in the path. * This also prevents the error message if it is not found. Bug 5948.
-
- 14 Nov, 2018 1 commit
-
-
Jason Booth authored
Bug 5830
-