Difference between revisions of "Training:SummerSchool2016:Programme:Posix"

From CAC Wiki
Jump to: navigation, search
(Created page with "==Parallel Programming with the Posix Thread Library== This workshop is for programmers and scientists with a basic background in C programming, who want to increase the flex...")
 
(Parallel Programming with the Posix Thread Library)
Line 8: Line 8:
 
* Thread-Specific Data and Destructors
 
* Thread-Specific Data and Destructors
  
'''Instructor:''' Hartmut Schmider, HPCVL, Queen's University. <br>
+
'''Instructor:''' Hartmut Schmider, Centre for Advanced Computing, Queen's University. <br>
 
'''Prerequisites:''' Basic C programming, some familiarity with Unix.
 
'''Prerequisites:''' Basic C programming, some familiarity with Unix.

Revision as of 17:41, 27 June 2016

Parallel Programming with the Posix Thread Library

This workshop is for programmers and scientists with a basic background in C programming, who want to increase the flexibility and responsiveness of their code and take advantage of modern multicore and multi-threaded computer architectures. It is an introduction to the Posix Thread Library and its application to the parallelization of C programs. We assume no prior knowledge of multithreading or parallel programming, but some background in Unix operating systems and programming in C will be necessary. The lectures include demonstrations of example programs on a multicore machine. The following subjects will be

  • Parallel Programming and Multithreading
  • The Posix Thread Library, Basics of Thread Programming
  • Creating and Manipulating of Threads
  • Synchronization, Locks and Condition Variables
  • Thread-Specific Data and Destructors

Instructor: Hartmut Schmider, Centre for Advanced Computing, Queen's University.
Prerequisites: Basic C programming, some familiarity with Unix.