All of lore.kernel.org
 help / color / mirror / Atom feed
* [rteval] Fails to work without numactl
@ 2021-08-16 11:58 Sebastian Andrzej Siewior
  2021-08-30 19:51 ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-08-16 11:58 UTC (permalink / raw)
  To: linux-rt-users; +Cc: Clark Williams, John Kacur

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-31  7:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 11:58 [rteval] Fails to work without numactl Sebastian Andrzej Siewior
2021-08-30 19:51 ` Sebastian Andrzej Siewior
2021-08-30 20:33   ` John Kacur
2021-08-31  7:14     ` Sebastian Andrzej Siewior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.