Closed 3rav closed 4 years ago
I think this is related. I'm having the same problem now.
https://github.com/open-mpi/ompi/issues/7676
I suspect the issue is that you picked up an external HWLOC, but are trying to build with internal libevent and pmix. We only have PRRTE linked against libopen-pal, so if hwloc isn't in that library, PRRTE won't find the symbols. IIRC, if you select one of those three (hwloc, libevent, pmix) to be external, then they all had to be external.
Hi,
I have this error during compiling calculix with pastix (version without CUDA)
Dependent (all i8 only spooles i4): hwloc 2.1 compilation OK parsec (Mathieu Faverge) compilation OK scotch 6.0.9 compilation OK OpenBLAS 0.3.10 compilation OK ARPACK compilation OK SPOOLES 2.2 compilation OK
Update: If I replace in Makefiel_i8: ../../../PaStiX/hwloc_i8/lib64/libhwloc.so with -lhwloc
then there is no above error, for hwloc I used make_hwloc.sh from ccx source code.
PS. sudo apt-get install -y hwloc