systemtopology fails to compile with hwloc 2.0

Issue #2129 closed
Roland Haas created an issue

One gets:

COMPILING arrangements/CactusUtils/SystemTopology/src/system_topology.cc
arrangements/CactusUtils/SystemTopology/src/system_topology.cc: In function 'void {anonymous}::output_support(hwloc_topology_t)':
arrangements/CactusUtils/SystemTopology/src/system_topology.cc:294:27: error: 'struct hwloc_topology_membind_support' has no member named 'replicate_membind'; did you mean 'migrate_membind'?
   OUTPUT_SUPPORT(membind->replicate_membind);
                           ^

Asking the hwloc thorn to build the included tarball instead fixes the problem (on osx-homebrew at least).

Keyword: SystemTopology

Comments (6)

  1. Roland Haas reporter
    • marked as blocker
    • edited description

    Makes it impossible to compile on OSX+HomeBrew when hwloc is installed and when using generic.cfg.

  2. Log in to comment