Programming Models @ BSC

Boosting parallel computing research since 1989

Parallel Programming Workshop (PATC Course)

- Written by Xavier Teruel


Tutorial: Barcelona, SPAIN - October 14-18, 2013
Speakers: Rosa M. Badia and Xavier Martorell

Objectives

The course starts with the objective of setting up the basic foundations related with task decomposition and parallelization inhibitors, using a tool to analyze potential parallelism and dependences. The course follows with the objective of understanding the fundamental concepts supporting shared-memory and message-passing programming models. The course is taught using formal lectures and practical/programming sessions to reinforce the key concepts and set up the compilation/execution environment. The course covers the two widely used programming models: OpenMP for the shared-memory architectures and MPI for the distributed-memory counterparts. The use of OpenMP in conjunction with MPI to better exploit the shared-memory capabilities of current compute nodes in clustered architectures is also considered. Paraver will be used along the course as the tool to understand the behavior and performance of parallelized codes.

More Info