Gwinel / likwid

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

HAS_MEMPOLICY check in Makefile fails on 3.x kernels #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Compile likwid on a system with an 3.x kernel.

What is the expected output? What do you see instead?
Compiling likwid produces a warning (echo "Kernel 2.6.0 has no mempolicy 
support!") and no NUMA topology information in e.g. likwid-topology.

What version of the product are you using? On what operating system?
Current trunk of v2 branch of likwid on Ubuntu Oneiric Ocelot (kernel 
3.0.0-12-generic).

The attached patch fixes the problem for me.

Original issue reported on code.google.com by mathtm...@gmail.com on 9 Nov 2011 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
Patch applied.
Will be included in next major version.

Original comment by jan.trei...@gmail.com on 28 Nov 2011 at 2:33