Branch: refs/heads/main
Revision: eb9dd8c
Author: ronawho
Log Message:
Merge pull request #18049 from ronawho/disable-hwloc-gasnet
Disable gasnet's use of hwloc
GASNet auto-detects hwloc if it's available at build time. On some
machines a system hwloc is available and gasnet is detecting that and
trying to use it, but at link time our hwloc is getting used. We added a
prefix to our hwloc in #18040, which is causing name mismatches at link
time. We should probably point gasnet to our hwloc in the longer term,
but for now just disable gasnet's use of hwloc since we don't currently
rely on it.
Modified Files:
M third-party/gasnet/Makefile
Compare: https://github.com/chapel-lang/chapel/compare/b3d67dda54bb...eb9dd8c9b95c