Dhahi374 / likwid

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

Measurement of Uncore events with likwid-mpirun #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For pure MPI codes measuring Uncore events currently does not work as every 
process measures the Uncore events independently.

The problem is that even if only one process measures per socket some kind of 
syncronization would be necessary across processes to get accurate measurements.

Original issue reported on code.google.com by jan.trei...@gmail.com on 16 Jul 2014 at 10:46