Le 10/11/2010 14:21, Jirka Hladky a écrit : > Hi Brice, > > I have problems with > > make check > > on RHEL 6.0 for hwloc-1.1rc2 > > Please see attached log file. > > I have installed numactl-devel package before compiling hwloc. Anything else > is needed with respect to NUMA? > > Thanks! > Jirka >
Well make check looks happy here. Are you wondering if those "function not implemented" are normal? Many of them are expected. The hwloc API is very wide since we try to be portable and many OSes have very different functionalities. So among the tons of possible membind cases, some cannot be supported on Linux. Note that numactl-devel doesn't help hwloc itself (we don't use libnuma since it's not portable and they severely broke their ABI in the past). numactl-devel only helps make check if you want to make sure that hwloc can interoperate with libnuma properly. Brice