nviennot/core-to-core-latency

CPU ids not properly forwarded into csv/notebook (when a processor affinity is masked)

TimZaman opened this issue · 0 comments

If a core is masked through affinity, it will be correctly skipped by the process, and in the stdout it will be correctly identified as skipped. However, the csv output does not retain any cpu-ids. So if you'd have a 4-core system with one cpu masked out, the reported IDs are wrong in the csv and the notebook. One solution could be to make the first number in the csv to be the core id.