Gwinel / likwid

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

Do not preload wrapper library in sequential case #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the likwid_pthread wrapper library is preloaded even for the 
sequential case. This can cause false errors, if the code spawns threads.

Solution:

Do not preload library for sequential pinning.

Original issue reported on code.google.com by jan.trei...@gmail.com on 3 Sep 2013 at 10:15

GoogleCodeExporter commented 9 years ago

Original comment by jan.trei...@gmail.com on 12 Sep 2013 at 11:26