You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to build libfabric-1.21.0 on Rocky Linux 8, ./configure --enable-psm3 fails with:
checking hwloc.h usability... yes
checking hwloc.h presence... yes
checking for hwloc.h... yes
configure: looking for library without search path
checking for hwloc_topology_init in -lhwloc... yes
configure: psm3 provider: disabled
configure: WARNING: psm3 provider was requested, but cannot be compiled
configure: error: Cannot continue
Previous checks return yes, which is weird?
To Reproduce
Install required dependancies: hwloc, numactl, ... (Maybe some are missing?)
Download libfabric-1.21.0.tar.bz2 from github release page
Run ./configure --enable-psm3
Please note that ./configure works fine, but doesn't build psm3.
Describe the bug
When trying to build libfabric-1.21.0 on Rocky Linux 8,
./configure --enable-psm3
fails with:Previous checks return
yes
, which is weird?To Reproduce
Install required dependancies: hwloc, numactl, ... (Maybe some are missing?)
Download libfabric-1.21.0.tar.bz2 from github release page
Run
./configure --enable-psm3
Please note that
./configure
works fine, but doesn't build psm3.Expected behavior
Proper configure and build.
Output
Attaching config.log
Environment:
Rocky 8
The text was updated successfully, but these errors were encountered: