ULHPC / puppet-slurm

A Puppet module designed to configure and manage SLURM(see https://slurm.schedmd.com/), an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters
Apache License 2.0
19 stars 25 forks source link

Please add parameters for slurm.conf #11

Closed stevca9 closed 6 years ago

stevca9 commented 6 years ago

Please add the following parameters to params.pp and include them in templates/slurm.conf.erb

ResvOverRun SlurmctldTimeout SlurmdTimeout PriorityFavorSmall PriorityMaxAge PriorityUsageResetPeriod

I would like to request the above parameters. Thank you!

Falkor commented 6 years ago

you can give a try to the 66cd8e5 commit of the devel branch -- if that's fine, I'll add it to the next release of the module.

stevca9 commented 6 years ago

I was able to successfully add these parameters and use them in slurm.conf. Thank you for adding these so quickly!