Difference between revisions of "GPU621/Weekender"

From CDOT Wiki
Jump to: navigation, search
(Progress)
(Progress)
Line 8: Line 8:
 
== Progress ==
 
== Progress ==
 
Intel Parallel Studio Inspector
 
Intel Parallel Studio Inspector
 +
== Notes ==
 +
 +
----
 +
The Intel Inspector is a tool that finds the source of memory and threading related errors for C, C++ and Fortran projects.
 +
 +
 +
== Steps for using the Intel Inspector ==
 +
Open up the Command prompt and change the directory to IntelSWTools\Inspector 2017 then ran the command inspxe-vars.bat. Then change the directory to IntelSWTools\parallel_studio_xe_2017.0.036\bin and run the command psxevars.bat
 +
 +
Next run the command inspxe-gui to open up the inspector.

Revision as of 22:24, 27 November 2016

Weekender

Group Members

  1. Andy Cooc Research, etc.
  2. Eugueni Antsyferov Research, etc.

Progress

Intel Parallel Studio Inspector

Notes


The Intel Inspector is a tool that finds the source of memory and threading related errors for C, C++ and Fortran projects.


Steps for using the Intel Inspector

Open up the Command prompt and change the directory to IntelSWTools\Inspector 2017 then ran the command inspxe-vars.bat. Then change the directory to IntelSWTools\parallel_studio_xe_2017.0.036\bin and run the command psxevars.bat

Next run the command inspxe-gui to open up the inspector.