Releases: intel/CommsPowerManagement
Pwr library release v0.2.2
To install:
(Python 2)
python2 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.2#egg=pwr&subdirectory=pwr"
(Python 3)
python3 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.2#egg=pwr&subdirectory=pwr"
If non-root, add sudo -H
before each command.
Changelog:
- Fixed default UNCORE frequency down from 1200 to 800MHz.
- Relax UNCORE frequency checks when UNCORE sysfs entries not available
Updated sst_bf.py to remove check on CPU type.
sst_bf_1.2 tag after bugfix in sst_bf.py
Pwr library release v0.2.1
To install:
(Python 2)
python2 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.1#egg=pwr&subdirectory=pwr"
(Python 3)
python3 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.1#egg=pwr&subdirectory=pwr"
If non-root, add sudo -H
before each command.
Changelog:
- Fixed a bug where C-states were not ignored absent of cpuidle driver
- Fixed incorrect detection of C-states
- Fixed refresh issues
- Fixed handling of SST-BF on old kernels
Pwr library release v0.2.0
To install:
(Python 2)
python2 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.0#egg=pwr&subdirectory=pwr"
(Python 3)
python3 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@pwr-v0.2.0#egg=pwr&subdirectory=pwr"
If non-root, add sudo -H
before each command.
Changelog:
- Reorganized package structure
- More reliable EPP detection
- New System class
- Support for reporting on C-state availability
- Support for reporting core online status
- New "request configuration" feature
Initial tag of python library pwr.py
To install:
(Python 2)
python2 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@0.1#egg=pwr&subdirectory=pwr"
(Python 3)
python3 -m pip install "git+https://github.com/intel/CommsPowerManagement.git@0.1#egg=pwr&subdirectory=pwr"
If non-root, add sudo -H
before each command.