- 06 Oct, 2017 30 commits
-
-
Danny Auble authored
-
Danny Auble authored
file. It turns out the underlying code is all core based instead of cpu. Specifying threads will result in unexpected behavior which can include segfaulting the slurmctld.
-
Danny Auble authored
name but different type.
-
Danny Auble authored
successful one.
-
Danny Auble authored
type.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
plugin on stepd launch.
-
Danny Auble authored
Not only that, but also make it so the slurmd sends this information over to the stepd on init. This also makes it so GRES of the same name and different types can happen.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Hopefully no functionality change.
-
Danny Auble authored
by similar combining code from all the gres plugins. Hopefully improving maintenance.
-
Danny Auble authored
into gres_plugin_state_file. Hopefully no functionality change.
-
Danny Auble authored
of 2 exactly same code paths, hopefully no functionality change.
-
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
-
Isaac Hartung authored
to account for changes made in 8014b5a4
-
Brian Christiansen authored
Can set limits based off of TRESBillingWeights value.
-
Marshall Garey authored
Bug 4162.
-
Morris Jette authored
Coverity CID 144120
-
Morris Jette authored
Coverity CID 44803
-
Morris Jette authored
Coverity CID 44813
-
- 05 Oct, 2017 10 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
Fix of 0ce35824
-
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
Coverity CID 177813
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
bug 3673
-
Morris Jette authored
-
Morris Jette authored
-