- removed comment
systemtopology fails to compile with hwloc 2.0
Issue #2129
closed
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)
-
reporter -
reporter Pull request is https://bitbucket.org/cactuscode/cactusutils/pull-requests/19/systemtopology-add-support-for-hwloc-20/diff and I will apply after March 13th unless objections are raised.
-
reporter - marked as blocker
- edited description
Makes it impossible to compile on OSX+HomeBrew when hwloc is installed and when using generic.cfg.
-
reporter - changed status to open
Ready for review.
-
reporter - changed status to resolved
Applied as git hash 009d0a3 “SystemTopology: add support for hwloc 2.0“ of cactusutils.
-
reporter - changed status to closed
- Log in to comment