Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Generating reports with Intel Thread Checker

bartoschek
Beginner
318 Views
I am currently evaluating the thread checker and wonder now how to generate reports from the collected data. I've got a table at the end of the run, but it has no context information and is useless.

How can I generate a report from already collected data with longer tracebacks?

Is there a tool to generate better reports than the basic table at the end of the run?
0 Kudos
2 Replies
TimP
Honored Contributor III
318 Views

I'm not very good at guessing which steps you have taken.

Supposing that you have run your case and generated the threadchecker.thr file, you have the choice of importing that file into Windows VTune, and making all the source code accessible to VTune, or running the tcheck_cl interpreter to generate a report of any problems found.

0 Kudos
bartoschek
Beginner
318 Views
We do not have Windows here, so using VTune is no option.

However invoking tcheck_cl with the threadchecker.thr file did the trick. Could you show me where the documentation mentions such usage. Maybe I missed more vital information

Thank you very much.
0 Kudos
Reply