- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to use the intel thread checker to verify my program.
I understood you get the most informative result if you build your application with
icpc -tcheck, but I get hundreds of undefines: __kddc_run and others.
I included -L /opt/intel/itt/tcheck/bin/32e, but that didn't help.
I looked into the makefile of the sample program "primes", but can't find any clue.
Thanks in advance for helping out.
Kind regards,
Feike Boomstra
I am trying to use the intel thread checker to verify my program.
I understood you get the most informative result if you build your application with
icpc -tcheck, but I get hundreds of undefines: __kddc_run and others.
I included -L /opt/intel/itt/tcheck/bin/32e, but that didn't help.
I looked into the makefile of the sample program "primes", but can't find any clue.
Thanks in advance for helping out.
Kind regards,
Feike Boomstra
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not sure whether anybody verified the Makefile. You have to include -ltcdata.
The sample file works.
Feike Boomstra
The sample file works.
Feike Boomstra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In your -L path, you need the /lib/ directory, not /bin/ . icpc -tcheck should link the necessary files from that library automatically.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page