- 17 Jan, 2019 7 commits
-
-
Morris Jette authored
Just make some formatting changes
-
Morris Jette authored
No change in logic
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 5670.
-
Tim Wickberg authored
Bug 5670.
-
Tim Wickberg authored
Bug 5670.
-
Tim Wickberg authored
Update the documentation, and split "classic" fair share details off to a separate page. Bug 6036.
-
- 16 Jan, 2019 5 commits
-
-
Felip Moll authored
scontrol and sview won't report Consumed Joules and Lowest Joules anymore. The reason is that these values were collected from slurmd start time which made them not useful for the users. Bug 6283
-
Jacob Jenson authored
SchedMD has moved to Utah, so change the jurisdiction.
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
The test21.30/inc21.30.11 does not work if SelectTypeParameters does not manage memory (not a commonly used configuration), but this adds a check to prevent a failure that is due to the configuration rather than slurm code bug.
-
- 15 Jan, 2019 16 commits
-
-
Morris Jette authored
These tests confirms correct CUDA percentages in an environment where the gres/mps counts are not always 100 and can very from device to device within a node.
-
Morris Jette authored
Slurmd was generating errors of this sort for all GRES: error: Ignoring gres.conf record, invalid name: mps This was due to some GRES setup logic not being invoked on the slurmd. In any case, the relevant checking now only happens on the slurmctld.
-
Morris Jette authored
-
Michael Hinton authored
This patch fixes the regression caused by 07483564 where only the linux plugin was handling this scenario correctly. Bug 6332
-
Morris Jette authored
If a gres type was identified in the node's GRES field, but that type was not listed in the slurm.conf GresTypes parameter then those GRES would appear in the output of "scontrol show node". This misleading/wrong information would cause a bunch of tests to fail. This patch only moves valid node GRES into the node record and deletes the rest.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
This logic supports different MPS counts on each device, which is possible on a heterogeneous system
-
Morris Jette authored
-
Morris Jette authored
This prints GRES configuration information and exits. For testing.
-
Morris Jette authored
Needed for testing of gres/mps allocations
-
Morris Jette authored
Fix formatting and typo in log message
-
Morris Jette authored
Wrong variable name used
-
Morris Jette authored
This works for heterogeneous systems, various Counts for each GPU type, steps which use a subset of the job's gres/mps allocation, etc.
-
- 14 Jan, 2019 11 commits
-
-
Isaac Hartung authored
Bug 4700. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
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.
-
Matt Ezell authored
Bug 6331
-
Morris Jette authored
convert src/common/gres.c logic to use new suffix_mult() function in src/common/slurm_protocol_defs.c to parse numeric sufficies (GB, MB, etc.). No change in functionality.
-
Morris Jette authored
possibly needed to update a partition's total TRES counts when updating a node's GRES counts
-
Morris Jette authored
-
Morris Jette authored
-
Ben Roberts authored
Added "Ben Roberts" to the team list Bug #6336
-
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
-
- 13 Jan, 2019 1 commit
-
-
Morris Jette authored
Redundant logic committed in 62e378a4 bug 6337
-