joomla templates

linksceem.eu

HIGHLIGHTER:
Wednesday, 29 Mar 2023
Other Scientific Events
Events Calendar Print Write e-mail help
Message-Passing Programming with MPI @ EPCC
From Wednesday 02 July 2014 -  08:00
To Friday 04 July 2014 - 17:00
by  This e-mail address is being protected from spambots. You need JavaScript enabled to view it Hits : 713

 

The world’s largest supercomputers are used almost exclusively to run applications which are parallelised using Message Passing. The course covers all the basic knowledge required to write parallel programs using this programming model, and is directly applicable to almost every parallel computer architecture. Parallel programming by definition involves co-operation between processes to solve a common task. The programmer has to define the tasks that will be executed by the processors, and also how these tasks are to synchronise and exchange data with one another. In the message-passing model the tasks are separate processes that communicate and synchronise by explicitly sending each other messages. All these parallel operations are performed via calls to some message-passing interface that is entirely responsible for interfacing with the physical communication network linking the actual processors together. This course uses the de facto standard for message passing, the Message Passing Interface (MPI). It covers point-to-point communication, non-blocking operations, derived datatypes, virtual topologies, collective communication and general design issues.

See more information

Back