On 10/29/2015 09:29 PM, Dave Love wrote:
I guess the problem is not having hwloc/libnuma1 on the compute host, as
opposed to the build host. Test like this on the host, though the
component name may be different in 1.10:
I Have shared-memory system (4 package opteron, 8 numa nodes, 48
cores), only one
system.
$ ldd /usr/lib/openmpi/lib/openmpi/mca_paffinity_hwloc.so | egrep
'hwloc|numa'
gives for me
libhwloc.so.5 => /usr/local/lib/libhwloc.so.5 (0x00007f6718a00000)
libnuma.so.1 => /usr/lib/x86_64-linux-gnu/libnuma.so.1
(0x00007f6718208000)
Otherwise I guess there's a useful MCA debugging parameter, but I don't
know what to try in 1.10.
I don't understand.
If you want to replace or supplement the system package, I recommend
modifying the source package to use the newer source and build a new
binary package from that; usually the mods are trivial. Then dpkg or
rpm manages the dependencies.
Sound tough - I'm not an ubunut user, I work with OpenSuse and I'm a
user, not an
administrator.
Fabian