- Jan 31, 2019
-
-
Danny Auble authored
Bug 6196
-
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
-
- Jan 28, 2019
-
-
Nathan Rini authored
Bug 6208.
-
Nate Rini authored
Bug 6279
-
- Jan 25, 2019
-
-
Moe Jette authored
Bug 6398
-
- Jan 18, 2019
-
-
Brian Christiansen authored
Bug 5736
-
- Jan 17, 2019
-
-
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.
-
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
-
Morris Jette authored
Note that FastSchedule=0 lets the GRES count used for scheduling be based upon what the node reports (like memory or disk space).
-
Tim Wickberg authored
Update the documentation, and split "classic" fair share details off to a separate page. Bug 6036.
-
- Jan 14, 2019
-
-
Tim Wickberg authored
Bug 6311.
-
Broderick Gardner authored
Silences this useless warning: ar: `u' modifier ignored since `D' is the default (see `U') Bug 6209.
-
Gennaro Oliva authored
Bug 5820.
-
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
-
- Jan 11, 2019
-
-
Morris Jette authored
We decided with AMAT to remove gres/mps percent specification.
-
- Jan 10, 2019
-
-
Marshall Garey authored
TRESBillingWeights and PriorityWeightTRES.
-
- Jan 09, 2019
-
-
Morris Jette authored
This is useful for testing and debugging.
-
Tim Wickberg authored
-
- Jan 08, 2019
-
-
Tim Wickberg authored
Add logic in read_config.c to handle old config option name. Bug 5916.
-
- Jan 07, 2019
-
-
Felip Moll authored
Added a new DebugFlag=accrue to show debug messages related to accrue time count or other related stuff. Bug 6096
-
- Jan 05, 2019
-
-
Morris Jette authored
This also adds documentation and some tests. The actual scheduling logic is still not written.
-
- Jan 04, 2019
-
-
Alejandro Sanchez authored
Enabling this alters the scheduling sorting algorithm so that hetjob components belonging to the same hetjob are attempted to be scheduled consecutively (not interleaved with other jobs or hetjob components). Bug 5579.
-
Felip Moll authored
Add small note to documentation to clarify how to set different SlurmUser for slurmdbd and ctld. Bug 6306
-
Morris Jette authored
This fleshes out logic so scontrol can be used to update a node's GRES.
-
- Jan 02, 2019
-
-
Brian Christiansen authored
-
- Jan 01, 2019
-
-
Morris Jette authored
this keeps the gres data structures consistent in slurmctld when their count changes or is inconsistent with slurmd also kill jobs allocated to gres with files if their count changes.
-
- Dec 28, 2018
-
-
Nate Rini authored
Bug 6205
-
- Dec 26, 2018
-
-
Felip Moll authored
SizesByAccount and SizesByAccountAndWckey now defaults to display the root account totals, or the exact requested Account=. To query like the old behavior a new option 'AcctAsParent' has been added which will still shown the subaccounts of the requested accounts in Account=. Bug5793
-
- Dec 19, 2018
-
-
Nate Rini authored
bug 6197
-
- Dec 17, 2018
-
-
Michael Hinton authored
Bug 6420
-
Morris Jette authored
-
Michael Hinton authored
Update GRES docs regarding ignore records and links. Update tests to get rid of extra fields for GRES ignores lines. Add tests to check for improved ignore syntax. Test the gres.conf examples. Add mps to regression slurm.conf, to test mps record parsing. Bug 5520
-
Tim Wickberg authored
Add --version option to slurmd, and document that new option.
-
- Dec 14, 2018
-
-
Nate Rini authored
bug 6116
-
Michael Hinton authored
-
- Dec 13, 2018
-
-
Morris Jette authored
Add support for co-scheduling of gres/gpu and gres/mps. GPUs that are allocated to one are avoided for the other GRES type. Add gres/mps documentation Recover job gres/mps state on slurmctld restart. Wwe need to use job gres/mps state to recover node info since we will not know the count of mps on each device file until the node registers
-
Michael Hinton authored
Check for cgroup usage and change GPU indexes accordingly. Fix formatting errors in docs. bug 5520
-
- Dec 10, 2018
-
-
Michael Hinton authored
Add step_unconfigure_hardware() to GRES plugin API Update test39.18 regarding links. Update GRES docs. Update docs related to links. Document GPU frequency resetting behavior. Specify what the default is for GpuFreqDef. Move NVML init and shutdown to configure() and unconfigure(). Get rid of superfluous `!= 0`-style statements. Print note when GPU index != minor number. Clean up various formatting and other errors. bug 5520
-
- Dec 07, 2018
-
-
Michael Hinton authored
Add step_configure_hardware() to GRES plugin API. Call step_configure_hardware() from stepd and make sure it's root. Sort frequencies returned by NVML. Update GRES-related docs. Document step_configure_hardware() and get_devices(). Test the bubble sort algorithm. Update test 39.9 to work with new code. Remove vestigial references to volts in the docs.
-