- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
"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
1 解決策
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
"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.
コピーされたリンク
5 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
"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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
"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
By the way, have you done "source /opt/intel/itt/tchecker/bin/32(e)/tcheck_vars.sh" before running tcheck_cl?
Regards, Peter
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
"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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
