Module 11: The “lastprivate” Clause
  Lecture 22: Intel Compilers and Threading Tools
 


Intel Thread Checker

  • Features
    • Intel Thread Checker detects data races, deadlocks, stalls, and other threading issues. It can detect the potential for these errors even if the error does not occur during an analysis session.
    • Pinpoint the function, context, line, variable, and call stack in the source code to aid analysis and repair of bugs.
    • Identify nearly impossible-to- nd data races and deadlocks using an advanced error detection engine. Helps to reduce untraceable errors.
    • Errors do not need to actually occur to be detected. Make the code as more robust.

Intel Thread Checker Output View