yodamaster / likwid

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

Add support for multiple instances of likwid on one node #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment if using the marker API only one instance of likwid
can run on a node.

It is useful to be able to start several instances of likwid on a node.

Solution:

Include the pid of either the wrapper process or the application in
the filename of the marker results.

Original issue reported on code.google.com by jan.trei...@gmail.com on 22 Mar 2010 at 2:43

GoogleCodeExporter commented 9 years ago
Added pid in filename.
The pid of the likwid-perfCtr application is passed to the marker
library through an environment variable.

Original comment by jan.trei...@gmail.com on 21 Jul 2010 at 9:58