- 28 Nov, 2018 8 commits
-
-
Morris Jette authored
This change permits the set of the type_ arrays in the job gres data structure without setup of the typo_ arrays. Bug 6078
-
Morris Jette authored
The test was failing if the GPU count exceeded the available CPU count
-
Morris Jette authored
The test was failing due to bad logic in the case where a GRES of craynetwork > 1 and the node count was 1
-
Morris Jette authored
Rename "has_file" to "config_flags" and independently set the flags GRES_CONF_HAS_FILE and GRES_CONF_HAS_TYPE as appropriate. Previously defining a GRES "Type" would set a default value of "File" to "/dev/null" Bug 6078
-
Morris Jette authored
Permit independent copy of topo and type data structures. Bug 6078
-
Morris Jette authored
-
Morris Jette authored
A temporary GRES counter was being stored in a variable of type "int". This changes the variable to type "uint64_t" without changing logic.
-
Morris Jette authored
No change in logic, just add initialization to eliminate some Coverity warnings.
-
- 27 Nov, 2018 12 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Removed in 19.05 release; remove the documentation in 18.08 to discourage further use. Bug 6075.
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 6075.
-
Tim Wickberg authored
Bug 6075.
-
Nate Rini authored
when env is overwritten by the command line. Bug 5977
-
Danny Auble authored
-
Danny Auble authored
Bug 6016
-
Broderick Gardner authored
Bug 6092
-
- 26 Nov, 2018 4 commits
-
-
Felip Moll authored
configuration. Bug 5872
-
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
-
Danny Auble authored
canceled while pending. Bug 6016
-
- 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 12 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
-