Difference between revisions of "DPS921/Intel Parallel Studio Inspector"

From CDOT Wiki
Jump to: navigation, search
(Brief Description)
Line 9: Line 9:
 
Intel Inspector is an easy-to-use memory and threading error debugger for C, C++, and Fortran applications that run on windows and Linux. It helps find and fix problems- such as memory leaks and deadlocks-before they hinder productivity and time-to-market.
 
Intel Inspector is an easy-to-use memory and threading error debugger for C, C++, and Fortran applications that run on windows and Linux. It helps find and fix problems- such as memory leaks and deadlocks-before they hinder productivity and time-to-market.
  
The scope of the project is to do a deep dive into Intel Parallel Studio Inspector.  
+
The scope of the project is to do determine how useful Intel Inspector is and how to use the debugging feature.  
  
 
What is Intel Parallel Studio Inspector
 
What is Intel Parallel Studio Inspector
  
 
What are the pros and cons
 
What are the pros and cons
 
Visual Studio vs Intel Parallel Studio Inspector
 
 
Why is Intel Studio more used for parallel programming?
 
  
 
How to use Intel Parallel Studio Inspector
 
How to use Intel Parallel Studio Inspector
  
 
The goal of this is to educate ourselves and our classmate the importance of Intel Parallel Studio Inspector and how to use it.
 
The goal of this is to educate ourselves and our classmate the importance of Intel Parallel Studio Inspector and how to use it.
 
  
 
== Group Members ==
 
== Group Members ==

Revision as of 23:21, 28 November 2020

Project Summary

TBD


Brief Description

Intel Inspector is an easy-to-use memory and threading error debugger for C, C++, and Fortran applications that run on windows and Linux. It helps find and fix problems- such as memory leaks and deadlocks-before they hinder productivity and time-to-market.

The scope of the project is to do determine how useful Intel Inspector is and how to use the debugging feature.

What is Intel Parallel Studio Inspector

What are the pros and cons

How to use Intel Parallel Studio Inspector

The goal of this is to educate ourselves and our classmate the importance of Intel Parallel Studio Inspector and how to use it.

Group Members

1. Pirathapan Nagendrarajah

2. Babken Nurijanyan

Reference

Progress

Update 1: Sunday November 8th 2020 - Created basic topic to research for Intel Parallel Studio Inspector