Difference between revisions of "GPU621/Intel Parallel Studio Inspector"
(→Description) |
(→Description) |
||
Line 2: | Line 2: | ||
= Intel Parallel Studio Inspector = | = Intel Parallel Studio Inspector = | ||
=== Description === | === Description === | ||
− | The purpose of this project is to provide a functional overview of the Intel Inspector, which is a correctness checking program that detects and locates threading errors and memory errors of an application. | + | The purpose of this project is to provide a functional overview of the Intel Inspector, which is a correctness checking program that detects and locates threading errors (deadlocks and data races) and memory errors (memory leaks and illegal memory accesses) of an application. In this project, the functional components and the graphical user interface of the Intel Inspector are demonstrated by use case examples. |
== Group Members == | == Group Members == |
Revision as of 14:28, 9 November 2020
GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary
Intel Parallel Studio Inspector
Description
The purpose of this project is to provide a functional overview of the Intel Inspector, which is a correctness checking program that detects and locates threading errors (deadlocks and data races) and memory errors (memory leaks and illegal memory accesses) of an application. In this project, the functional components and the graphical user interface of the Intel Inspector are demonstrated by use case examples.
Group Members
1. Yuhao Lu
2. Song Zeng
3. Jiawei Yang
Progress
Update 1: Sunday, Nov 8, 2020 - Created home page.