[Users] ET Compilation Error

Frank Loeffler knarf at cct.lsu.edu
Sun Feb 14 22:38:58 CST 2016


On Sun, Feb 14, 2016 at 11:27:48PM -0500, Shawn Rosofsky wrote:
> HWLOC_EXTRA_LIBS = hwloc

Try adding numa here. The missing symbols should be defined in libnuma,
so something is using it, but not pulling this dependency in. My guess
is it's the hwloc thorn. It is supposed to detect this automatically,
but something might go wrong. Looking at the code it seems to only do
this check for an already installed version, not for the self-built you
are using.

Also: HWLOC_EXTRA_LIBS shouldn't really be set to 'hwloc'. That's the
hwloc library itself and should not need to be added. Replace 'hwloc'
with 'numa'.

Frank

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20160214/e11e46d9/attachment.bin 


More information about the Users mailing list