Skip to content

Releases: intel/CommsPowerManagement

Pwr library release v0.2.2

04 Nov 13:58
Compare
Choose a tag to compare

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.

18 Aug 09:47
Compare
Choose a tag to compare
sst_bf_1.2

tag after bugfix in sst_bf.py

Pwr library release v0.2.1

28 Nov 12:53
Compare
Choose a tag to compare

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

19 Nov 14:14
Compare
Choose a tag to compare

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

06 Aug 10:30
Compare
Choose a tag to compare

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.