Gwinel / likwid

Automatically exported from code.google.com/p/likwid
GNU General Public License v3.0
0 stars 0 forks source link

likwid-perfctr error with non-sequential nodes #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have your NUMA nodes in non-sequential order (in my case, I have nodes 0 and 
2 only).
2. make; make install
3. likwid-perfctr -a

What is the expected output? What do you see instead?
The program should list available performance groups. Instead, it gives:
ERROR - [./src/numa.c:139] No such file or directory
The error happens when function nodeMeminfo is called with node = 1.

What version of the product are you using?
3.1.1

Original issue reported on code.google.com by martin.i...@gmail.com on 28 Feb 2014 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 8 May 2014 at 12:34