Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Annunci
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussioni

Intel Thread Checker hungs on start

hitfounder
Principiante
907Visualizzazioni
I try to use Intel Thread Checker but can't check even samples. Then I try to folow getting started guide and perform "tcheck_cl ./primes.gcc" Thread Checker hungs just after two strings:
"Intel Thread Checker 3.1 command line instrumentation driver (27583)
Copyright (c) 2007 Intel Corporation. All rights reserved."

I use Intel Thread Checker 3.1_012 for Linux. Operating system is Ubuntu 8.10 server clear setup. Cpu is Intel Core Duo E2160
0 Kudos
1 Soluzione
ymost
Nuovo collaboratore I
908Visualizzazioni
Quoting - hitfounder
I try to use Intel Thread Checker but can't check even samples. Then I try to folow getting started guide and perform "tcheck_cl ./primes.gcc" Thread Checker hungs just after two strings:
"Intel Thread Checker 3.1 command line instrumentation driver (27583)
Copyright (c) 2007 Intel Corporation. All rights reserved."

I use Intel Thread Checker 3.1_012 for Linux. Operating system is Ubuntu 8.10 server clear setup. Cpu is Intel Core Duo E2160

I had the same problem, and it was solved by using the "--noinstrument" flag with tcheck_cl.

Hope this helps.

Visualizza soluzione nel messaggio originale

5 Risposte
TimP
Collaboratore onorario III
908Visualizzazioni
Quoting - hitfounder
I try to use Intel Thread Checker but can't check even samples. Then I try to folow getting started guide and perform "tcheck_cl ./primes.gcc" Thread Checker hungs just after two strings:
"Intel Thread Checker 3.1 command line instrumentation driver (27583)
Copyright (c) 2007 Intel Corporation. All rights reserved."

I use Intel Thread Checker 3.1_012 for Linux. Operating system is Ubuntu 8.10 server clear setup. Cpu is Intel Core Duo E2160
Parallel Studio is a Windows tool. There are more suitable forum sections for linux Thread Checker, although the best choice might depend on which other Intel software tools you use in association with Thread Checker. If using Intel compilers, the re-compilation with -tcheck option (setting both tcheck and compiler environment variables) is more reliable than instrumentation driver.
Peter_W_Intel
Dipendente
908Visualizzazioni
Quoting - hitfounder
I try to use Intel Thread Checker but can't check even samples. Then I try to folow getting started guide and perform "tcheck_cl ./primes.gcc" Thread Checker hungs just after two strings:
"Intel Thread Checker 3.1 command line instrumentation driver (27583)
Copyright (c) 2007 Intel Corporation. All rights reserved."

I use Intel Thread Checker 3.1_012 for Linux. Operating system is Ubuntu 8.10 server clear setup. Cpu is Intel Core Duo E2160
Ubuntu* is not supported Operating System in Intel? Thread Checker v3.1_012's release notes. Possibly it misses some utilities I suspect. Would you please try it on supported RedHat* OS or SUSE* OS?

By the way, have you done "source /opt/intel/itt/tchecker/bin/32(e)/tcheck_vars.sh" before running tcheck_cl?

Regards, Peter
ymost
Nuovo collaboratore I
909Visualizzazioni
Quoting - hitfounder
I try to use Intel Thread Checker but can't check even samples. Then I try to folow getting started guide and perform "tcheck_cl ./primes.gcc" Thread Checker hungs just after two strings:
"Intel Thread Checker 3.1 command line instrumentation driver (27583)
Copyright (c) 2007 Intel Corporation. All rights reserved."

I use Intel Thread Checker 3.1_012 for Linux. Operating system is Ubuntu 8.10 server clear setup. Cpu is Intel Core Duo E2160

I had the same problem, and it was solved by using the "--noinstrument" flag with tcheck_cl.

Hope this helps.
hitfounder
Principiante
908Visualizzazioni
Quoting - ymost

I had the same problem, and it was solved by using the "--noinstrument" flag with tcheck_cl.

Hope this helps.

Thanks a lot, it helps.
Vladimir_T_Intel
Moderatore
908Visualizzazioni
Quoting - ymost
I had the same problem, and it was solved by using the "--noinstrument" flag with tcheck_cl.


But this option switches off the binary instrumentation of Thread Chacker, which means you won't collect useful results. In this case youmight want to use source level instrumentation (-tcheck option)during compilation with Intel compiler.
Rispondere