Difference between revisions of "GPU621/Intel Parallel Studio Inspector."

From CDOT Wiki
Jump to: navigation, search
(Group Members)
Line 6: Line 6:
  
 
= Project Overview =
 
= Project Overview =
 +
This project was created to provide detailed documentation on Intel Parallel Studio Inspector, how it works, and demonstrate key features that will help reduce write parallel
 +
 +
= Intel Parallel Studio Inspector =
 +
Intel Parallel Studio Inspector is a dynamic tool that helps users detect memory and threading errors in their serial and multithreaded applications. Intel Inspector is available on Windows and Linux operating systems and works with C, C++, C#, and Fortran programming languages. For this project, we will be using Visual Studio 2019 with Inspector.
 +
 +
[[File:Example.jpg]]

Revision as of 22:19, 8 December 2021

Group Members

  1. Elliot Kyei
  2. Joel Raymond
  3. Muhammad Faiz

Project Overview

This project was created to provide detailed documentation on Intel Parallel Studio Inspector, how it works, and demonstrate key features that will help reduce write parallel

Intel Parallel Studio Inspector

Intel Parallel Studio Inspector is a dynamic tool that helps users detect memory and threading errors in their serial and multithreaded applications. Intel Inspector is available on Windows and Linux operating systems and works with C, C++, C#, and Fortran programming languages. For this project, we will be using Visual Studio 2019 with Inspector.

Example.jpg