Hui Zhou
Hui Zhou
Looks like it is pulled from `libfabric`, which pulls in `-lefa -lnl-3 -lnl-route-3 -libverbs -luuid -lnuma`. I guess one of these library are installed with an `.la` file which contains...
You can disable most of the libfabric providers by pass config options such as `--disable-efa --disable-verbs --disable-opx --disable-psm3 --disable-psm2 --disable-lnx`. Let's try that to see if it helps. If it...
The patch is messy and has been open for a while :( The same debian thread mentions it is fixed in libfabric 2.1.0. We should test that.
It seems reasonable to me. I think the design should allow PMI_PORT to support a wide range of connection protocols. Because it is more of an implementation internal details when...
Thanks for digging up some never finished code ;-)