Skip to content

Tags: open-mpi/hwloc

Tags

hwloc-2.11.2

Toggle hwloc-2.11.2's commit message
linux/cpukinds/freq: use acpi_cppc/nominal_freq when available

cpufreq/base_frequency is only available on Intel so far, and works well.

acpi_cppc/nominal_freq is already available on AMD (and ARM or soon),
so it's likely good for the future.
However it reports incorrect values on Intel SPR and MTL at least.

Hence try cpufreq/base_frequency first,
then fallback to acpi_cppc/nominal_freq.

Refs #690

Signed-off-by: Brice Goglin <[email protected]>
(cherry picked from commit 2292110)

android-2.11.2-1-1.6.0

Toggle android-2.11.2-1-1.6.0's commit message
contrib/android: new apk hwloc 2.11.2-1-1.6.0

Use 2.11.2, update all versions.

Bump versionCode to 80276.

Signed-off-by: Brice Goglin <[email protected]>

hwloc-2.11.2rc1

Toggle hwloc-2.11.2rc1's commit message
VERSION: bump lib soname from 23:0:8 to 23:1:8 for 2.11.2

Signed-off-by: Brice Goglin <[email protected]>

android-2.11.1-1-1.6.0

Toggle android-2.11.1-1-1.6.0's commit message
contrib/android: new apk hwloc 2.11.1-1-1.6.0

Use 2.11.1, update all versions.

Bump versionCode from 80274 to 80275.

Signed-off-by: Brice Goglin <[email protected]>

hwloc-2.11.1

Toggle hwloc-2.11.1's commit message
NEWS update

Signed-off-by: Brice Goglin <[email protected]>

android-2.11.0-1-1.6.0

Toggle android-2.11.0-1-1.6.0's commit message
contrib/android: release 2.11.0-1-1.6.0

Bump version code to 274

android-2.11.0-1-1.5.3

Toggle android-2.11.0-1-1.5.3's commit message
contrib/android: new apk hwloc 2.11.0-1-1.5.3

Use 2.11.0, update all versions.

Bump versionCode to 273

Signed-off-by: Brice Goglin <[email protected]>

hwloc-2.11.0

Toggle hwloc-2.11.0's commit message
distances: relax constraints on distance kinds

Allow FROM or MEANS to be missing if unknown.
Nothing requires them internally, they are only
used to enable/disable grouping (latency only)
and checked by the get() API filters.

Signed-off-by: Brice Goglin <[email protected]>
(cherry picked from commit 8a929d4)

hwloc-2.11.0rc1

Toggle hwloc-2.11.0rc1's commit message
VERSION: prepare for 2.11.0rc1

Bump soname to 23:0:8 (vs 22:0:7 for 2.10.0)

Bump AC to 2.72, reuse AM 1.16.5 and LT 2.4.7.

Signed-off-by: Brice Goglin <[email protected]>

hwloc-2.11-branch

Toggle hwloc-2.11-branch's commit message
NEWS: integrate 2.10.1 changes into 2.11

2.10.1 won't be released, at least before 2.11.

Signed-off-by: Brice Goglin <[email protected]>