- 12 Oct, 2017 7 commits
-
-
Marshall Garey authored
When creating a reservation, correct logic to ignoring job allocations on request. bug 4172
-
Marshall Garey authored
When creating a reservations, validate the CoreCnt specification matches the number of nodes listed. bug 4172
-
Brian Christiansen authored
to prev commit 33e352a6
-
Morris Jette authored
In a job allocation spanning KNL and non-KNL nodes and requiring a reboot, do not attempt to set default NUMA or MCDRAM modes on non-KNL nodes. bug 4205
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 4252
-
Brian Christiansen authored
Bug 4252
-
- 10 Oct, 2017 7 commits
-
-
Morris Jette authored
Base time limit upon the time that the latest job component is available (after all nodes in all components booted and ready for use).
-
Brian Christiansen authored
when using xstrcasecmp. Matching up with other xstrcmp() functions.
-
Brian Christiansen authored
was missing
-
Isaac Hartung authored
Bug 4226
-
Morris Jette authored
Bug 4185
-
Tim Wickberg authored
that there was no bit_fmt was out of scope on the xfree. Passing a function address to xfree() predictably does not work very well. Change the variable name to avoid confusion. Bug 4241
-
Tim Wickberg authored
No longer needed with SendGIDs gone.
-
- 07 Oct, 2017 1 commit
-
-
Tim Wickberg authored
Bug 4231.
-
- 06 Oct, 2017 5 commits
-
-
Danny Auble authored
-
Morris Jette authored
Regular user use of "scontrol top" command is now diabled. Use the configuration parameter "SchedulerParameters=enable_user_top" to enable that functionality. The configuration parameter "SchedulerParameters=disable_user_top" will be silently ignored. bug 3653
-
Felip Moll authored
Bug 4220.
-
Brian Christiansen authored
Can set limits based off of TRESBillingWeights value.
-
Marshall Garey authored
Bug 4162.
-
- 05 Oct, 2017 4 commits
-
-
Brian Christiansen authored
Before: $ sbatch --wrap="sleep 300" Submitted batch job 228 $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 228 debug wrap brian PD 0:00 1 (AssocMaxUnknownPerNode) Fixed: $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 229 debug wrap brian PD 0:00 1 (AssocMaxCpuPerNode) $ sacctmgr mod account stuff set maxtrespernode=cpu=-1,mem=1 $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 229 debug wrap brian PD 0:00 1 (AssocMaxMemPerNode) $ sbatch --wrap="sleep 300" --gres=blah:2 -pgpu Submitted batch job 235 $ squeue JOBID PARTITION NAME USER ST TIME CPUS NODELIST(REASON) 235 gpu wrap brian PD 0:00 1 (AssocMaxGRESPerNode)
-
Morris Jette authored
-
Morris Jette authored
bug 3673
-
Morris Jette authored
-
- 04 Oct, 2017 1 commit
-
-
Morris Jette authored
burst_buffer/cray plugin modified to work with changes in Cray UP06 software release. Specific changes: Cray software now returns an error if a state_in or stage_out script is processed that doesn't actually request a stage in or out (previously silently ignored). Also the warning message about tearing down a buffer that is already gone changed.
-
- 03 Oct, 2017 3 commits
-
-
Morris Jette authored
Need to resolve some build issues
-
Morris Jette authored
-
Morris Jette authored
-
- 02 Oct, 2017 4 commits
-
-
Tim Wickberg authored
User-submitted batch scripts cannot be safely escaped. This functionality will be replaced with a way to retrieve the script directly into a file for a given jobid. This also removes the 'script' command from scontrol's interactive cli mode.
-
Tim Wickberg authored
Writes to slurm-<jobid>.sh if no (optional) filename is specified. Bug 4199.
-
Dominik Bartkiewicz authored
Move the check up a bit more where it'll do some good. Bug 4184.
-
Dominik Bartkiewicz authored
Bug 4146.
-
- 29 Sep, 2017 4 commits
-
-
Morris Jette authored
-
Danny Auble authored
Bug 3467
-
Danny Auble authored
Bug 3567
-
Morris Jette authored
-
- 28 Sep, 2017 1 commit
-
-
Morris Jette authored
Add ability to prevent suspension of some count of nodes in a specified range using the SuspendExcNodes configuration parameter.
-
- 27 Sep, 2017 3 commits
-
-
Danny Auble authored
instead of native Slurm.
-
Danny Auble authored
gres listed in your slurm.conf but some in gres.conf. Bug 3974
-
Danny Auble authored
'type' but no file defined.
-