rteval as of v3.2 (and the main branch) fails to work continue without numactl around: | [DEBUG] [kcompile] systopology: 1 node system (8 cores per node) | [DEBUG] [kcompile] Configuring build job for node 0 | Exception in thread kcompile: | Traceback (most recent call last): | File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner | self.run() | File "/home/bigeasy/rteval/rteval/modules/__init__.py", line 181, in run | self._WorkloadSetup() | File "/home/bigeasy/rteval/rteval/modules/loads/kcompile.py", line 206, in _WorkloadSetup | self.buildjobs[n] = KBuildJob(self.topology[n], self.mydir, \ | File "/home/bigeasy/rteval/rteval/modules/loads/kcompile.py", line 55, in __init__ | self.binder = 'taskset -c %s' % compress_cpulist(cpulist) | File "/home/bigeasy/rteval/rteval/misc.py", line 62, in compress_cpulist | if isinstance(cpulist[0], int): | TypeError: 'NoneType' object is not subscriptable It continues to wait for kcompile… With numactl around it uses a different path and continues. However it then finishes (the main binary) while the compile job and hackbench continues (not sure if this is intended). Sebastian