bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
58 stars 35 forks source link

Add propsal for the value-range problem mentioned in #110 #112

Open valentin-seitz opened 2 weeks ago

valentin-seitz commented 2 weeks ago

This PR introduces a possible fix for the issue described in #110

I also included a small test to test the generation of the correct .pcf file.

I already discovered, that paraver seems to also has some problems reading the .pcf file correctly, as well as displaying the trace correctly. I just opened the corresponding issue in the paraver repository: https://github.com/bsc-performance-tools/wxparaver/issues/19