- 06 Oct, 2017 18 commits
-
-
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 22 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
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 4200.
-
Tim Wickberg authored
Make this a fatal(), rather than delaying until a symbol error is thrown when attempting to load the plugin. Update some docs as well. Bug 4123.
-
Tim Wickberg authored
This has been documented this way for a long time, but not strictly enforced. Enforce it now. (Of course, the real enforcement is still present within slurmctld. But this denies you up front with a more obvious error.) Bug 4101.
-
Isaac Hartung authored
Bug 4199.
-
Tim Wickberg authored
-
Felip Moll authored
GCC now suggest parentheses around assignment used as truth value. Changed affected assignments.
-
Morris Jette authored
Coverity CID 44768
-
Morris Jette authored
Coverity CID 44766
-
Morris Jette authored
Coverity CID 44744
-
Morris Jette authored
Coverity CID 44732
-
Morris Jette authored
Coverity CID 45148
-