- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is Intel thead checker support openMP 3.0.
コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Quoting - itlinkstonisha
Is Intel thead checker support openMP 3.0.
Hi,
I'm using Intel Thread Checker 3.1 Update 12, which includes ompPrime example (the codeuses OpemMP*). Now if I want to try OpenMP* 3.0 - I should convert the project to Intel C++ compiler 11.0.61(above) project which supports OpenMP* 3.0.
Intel Thread Checker can detect Write-Read, Write-Write errors after my doing above, and running Thread Checker with example.
Regards, peter
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Quoting - Peter Wang (Intel)
Hi,
I'm using Intel Thread Checker 3.1 Update 12, which includes ompPrimeexample (the codeuses OpemMP*). Now if I want to try OpenMP* 3.0 - I should convert the project to Intel C++ compiler 11.0.61(above) project which supports OpenMP* 3.0.
Intel Thread Checker can detect Write-Read, Write-Write errors after my doing above, and running Thread Checker with example.
Regards, peter
I double-checked this question - use example named NQeens from Intel Parallel Composer, project nq-openmp-taskqwhich has many OpenMP* 3.0 supported keywords.
I commented out line "#pragma omp critical" for "nrOfSolutions++" (shared global), actually Intel Thread Checker can detect errors!
Now Iam100% sure that Intel Thread Checker 3.1 supports OpenMP* 3.0
Regards, Peter
By the way, why don't you use Intel Parallel Inspector? This tool also can detect thread issues.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Quoting - Peter Wang (Intel)
I commented out line "#pragma omp critical" for "nrOfSolutions++" (shared global), actually Intel Thread Checker can detect errors!
Now Iam100% sure that Intel Thread Checker 3.1 supports OpenMP* 3.0
Now Iam100% sure that Intel Thread Checker 3.1 supports OpenMP* 3.0
Perhaps it's moot for C++, but support for OpenMP 2.5 with actual threading seems implied by claims of support for OpenMP 3.0. True, it's harder to write an ad with wording like "support for selected OpenMP 3.0 features."