Threading Tools

Intel Parallel and Multi-core Programming Webinar Archives

Included in this page are zipped Webinar materials. These webinars are presented to Intel Academic Community members in the last three years with various topics covering Multi-core and Parallel Programming and Threading for best performance. You can download the zipped material to a local system, unzip the materials to a folder or copy to a CD and start to learn from those recorded presentations.

Development of Threaded Applications


Challenge

Use Intel® threading tools to optimize the efficiency of application development. In order to use the tools for maximum impact, it is necessary for developers to understand the roles of each tool in automating the development endeavor.

  • Threading Tools
  • Multi-thread apps for Multi-Core
  • Threading case studies
  • Computação paralela
  • n-bodies: a parallel TBB solution: parallel code: so what does TBB_USE_THREADING_TOOLS do?

    Our East coast Parallelism Road Show was a success, and having finally caught up with some of the work that piled up while I was gone, I’ll squeeze enough time at least to add a footnote to a previous rambling.

    Thread Checker

    The Intel Thread Checker facilitates debugging of multithreaded programs by automatically finding common errors such as storage conflicts, deadlock, API violations, inconsistent variable scope, thread stack overflows, etc. The non-deterministic nature of concurrency errors makes them particularly difficult to find with traditional debuggers. Thread Checker pinpoints error locations down to the source lines involved and provides stack traces showing the paths taken by the threads to reach the error. It also identifies the variables involved.

  • Intel® Thread Checker
  • Multi-thread apps for Multi-Core
  • Threading case studies
  • Threading Tools
  • Computação paralela
  • Assine o Threading Tools