- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
we have installed intel Thread Checker on our machine and setup the environment to run it.
To compile our Fortran code with thread checker features, I use compiler options for ifort
-c -free -fpp -O0 -g -openmp -tcheck
Link options,
-L/home/sxy/intel/itt/tcheck/bin/32e shared-intel l guide lpthread
There is no problem in compiling phase, but in linking, the error message is
undefined reference to `__kddc_run'
I then tried to compile primes.c which is supplied with intel thread checker. No problem at all.
It looks like `__kddc_run' is included in libassuret40.so.
I understand that intel thread checker supports intel fortan. What is your suggestion with this problem?
Thanks!
Sue
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As Alexey hints, you must allow the libraries to be chosen consistent with -tcheck, rather than specifying specific non-checking libraries at link time.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page