| Summary: | Better support for intel_pstate driver | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Janne Blomqvist <jblomqvist> |
| Component: | slurmd | Assignee: | Moe Jette <jette> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 5 - Enhancement | ||
| Priority: | --- | ||
| Version: | 16.05.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | -Other- | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 16.05.0-pre3 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | Support the intel_pstate scaling driver | ||
|
Description
Janne Blomqvist
2016-03-07 20:55:15 MST
Updating this would certainly be useful, although we don't have a plan to handle it just yet. Marking as a potential feature enhancement request, and updating assignee to match. Created attachment 3013 [details]
Support the intel_pstate scaling driver
Hi,
here's a patch which implements support for intel_pstate.
I noticed that the CpuFreqDef config option was only partially implemented. The value was parsed, but the never used. So I took the liberty of re-purposing it to mean sort of the opposite, namely the frequency governor to use when running a job step in case the job doesn't explicitly provide any --cpu-freq option.
I also changed the default of the CpuFreqGovernors option to be "ondemand,performance", since ondemand isn't available with the intel_pstate driver.
Otherwise the patch should be relatively straightforward and only changes a few minor things here and there.
Thank you for your contribution. Your patch is committed here: https://github.com/SchedMD/slurm/commit/a4f35c45eddf54d9305e5a16352dabdab3ad97b3 |