I am trying to build a modified IBM Spectrum MPI (based on OpenMPI) on top of UCX. The 'make conf' for the Spectrum MPI is failing when testing for the presence of one of the IBM libraries. On investigating, I find that the link for the ''conftest' is failing with indications that all the symbols from libbfd are missing in libucs.so . Here is the compile line and some of the error messages.
I had a further look at the UCX build, and it seems that the 'make install' for UCX relinks the UCX libraries (including libucs.so) without specifying '-lbfd'; thereby building a libucs.so which doesn't work for me.
This is slightly complicated in that the build process for IBM Spectrum MPI builds its own 'binutils' (with libbfd) from source, so I'm not using the 'system' libbfd.
My build works on IBM POWER; I am only having the problem on x86. I am using the 'master' branch of UCX at commit 9449996970a260e2688895104424335c3aa04cf0 .
What do I need to change, to get my 'make conf' to work ?
The application build is working now; I'm not sure what has changed, the only thing I know I have done is to rebase to a newer openucx 'master' branch level. Closing.
I am trying to build a modified IBM Spectrum MPI (based on OpenMPI) on top of UCX. The 'make conf' for the Spectrum MPI is failing when testing for the presence of one of the IBM libraries. On investigating, I find that the link for the ''conftest' is failing with indications that all the symbols from libbfd are missing in libucs.so . Here is the compile line and some of the error messages.
I had a further look at the UCX build, and it seems that the 'make install' for UCX relinks the UCX libraries (including libucs.so) without specifying '-lbfd'; thereby building a libucs.so which doesn't work for me. This is slightly complicated in that the build process for IBM Spectrum MPI builds its own 'binutils' (with libbfd) from source, so I'm not using the 'system' libbfd. My build works on IBM POWER; I am only having the problem on x86. I am using the 'master' branch of UCX at commit 9449996970a260e2688895104424335c3aa04cf0 . What do I need to change, to get my 'make conf' to work ?