There are some corner cases when obvious data race problem is not detected on the reasonable levels of analysis intrusiveness. One of such cases is considered in the article.
Intel® Parallel Inspector
Annoying error of Uninitialized Memory Access
While analyzing a huge project with Intel® Parallel Inspector a user may get a lot of Uninitialized Memory Access errors which might considered as a false positives. In some cases these errors do not reflect the real problem in the might be annoying.
Секреты использования Intel® Parallel Inspector для поиска ошибок многопоточности
В данной статье мы рассмотрим особенности использования Inspector’а для поиска ошибок, специфичных для многопоточных программ. Инструмент также позволяет находить и ошибки доступа к памяти, но эта тема рассмотрена в отдельной статье.
Use command line in Intel® Parallel Inspector
Tips for using command line in Intel® Parallel Inspector
英特尔® Parallel Studio并行程序开发套件专栏
为推介英特尔® Parallel Studio并行程序开发套件,而组织的专栏
Application for the Intel® Parallel Studio Parallelism Contest & Lab at the Intel® Developer Forum San Francisco 2009
If you are attending the Intel® Parallel Studio Parallelism Contest & Lab at the Intel® Developer Forum San Francisco 2009 here is information about the application to parallelize.
A Quick Peek Under the Hood of Intel® Parallel Inspector (Memory Checking)
In this article I’ll focus on the leak detection and memory checker technologies and will show what is happening under the hood. Intel® Parallel Inspector tracks all memory allocations and accesses using a binary instrumentation tool called Pin.
How to debug or isolate or fix IDE integration issues
For Intel C++ Compiler for Windows Professional's IDE integration
If for some reason you do not see the new toolbar from the Intel C++ Compiler, you can try following to fix the problem.
The IDE integration of Intel C++ Compiler is installed under <install-dir>\Compiler\VS Integration\C++\. You should see files below:
├─VS2005
│ │ icUtil.dll
│ │ integrate.bat
│ │ IntelPkg.dll
│ └ OptPkg.dll
│
└─VS2008
│ icUtil.dll
Intel® Parallel Inspector Comparison with Intel® Thread Checker
See this chart for a feature comparison of the Intel® Thread Checker and Intel® Parallel Inspector products
