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

From CAC Wiki
Jump to: navigation, search
(Parallel Programming with the Posix Thread Library)
(Parallel Programming with the Posix Thread Library)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
'''Instructor:''' Hartmut Schmider, Centre for Advanced Computing, 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.
 +
 +
[http://cac.queensu.ca/wp-content/files/ss2016/Posix.pdf '''Slides for course''']
 +
 +
[http://cac.queensu.ca/wp-content/files/ss2016/Posixlab.pdf '''Lab Instructions''']

Latest revision as of 14:58, 5 August 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.

Slides for course

Lab Instructions