On Fri, 19 Feb 2021, Christian Eggers wrote: > On Friday, 19 February 2021, 19:47:58 CET, John Kacur wrote: > > libnuma is a build requirement but not a runtime requirement. > > > > Test branch unstable/devel/no-numa-runtime > > > > I would appreciate some testing before I push commits upstream > > > Now it is the same situation as in v1.10: > With the --smp option set, cyclictest runs on arm32. Otherwise I still get the > "FATAL: Couldn't initialize libnuma" (newline missing!) > > regards > Christian > > > I think I see the problem, the patch rt-numa: Move thread placement code to rt-numa library added the fatal if numa_failed. Thanks for testing. I'll send a patch to put it back the old way. John