Open jczhang07 opened 4 years ago
is some SHMEM implementation loaded to your LD_LIBRARY_PATH
?
also, pls specify ./contrib/configure-release --with-mpi ...
, it tries to select MPI implementation during configuration (e.g. OpenMPI has OpenSHMEM implementation). If it fails to find MPI, it stops configuring and report the error. So, you will have a good instrument to understand whether everything is ok or not.
I met the same problem when build ucx too. I configured it with ./contrib/configure-release --prefix=/lustre/home/acct-hpc/hpclzy/openeuler/hucx_install --with-mpi
.
I am a little bit confused about your suggestion @dmitrygx , did you mean that the ucx need mpi as Prerequisity?
I had openmpi loaded to my LD_LIBRARY_PATH
.
Under Ubuntu-18.04.5, with gcc-8.3, and the ucx master branch,