A Practical Introduction to C++

Three intensive, three-day training courses in computer programming.
  • When Mar 14, 2016 08:00 AM to Mar 16, 2016 05:00 PM (Europe/Amsterdam / UTC100)
  • Where Snijders Room (LB.01.010) & Laboratory Room at the fifth floor in the EWI building (room 05.150)
  • Add event to calendar iCal

The majority of the modern supercomputers in the world are nowadays simply build by combining huge numbers of smaller computers, communicating with each other through some interconnecting network by means of a software layer. In most cases the software layer used is MPI. MPI stands for Message Passing Interfaceand already indicates that it is basically a way of exchanging information between individual computers.

This MPI software layer is an extension of the C programming language, and can be used to program large supercomputers or simply a group of small desktop computers in an easy way. As this introduction mainly consists of examples in C we recommend having a (rudimentary) understanding of a C-like programming language, such as C++, Java or similar language.

In this 1-day course the basic principles to understand programming with MPI are explained. A large part of the course will be dedicated to laboratory sessions with many examples. After this course you should be able to make simple MPI programs to be run on a supercomputer, but the same code runs just as well - although a little slower :-) - on some of your own desktop systems or even on a single multicore system. This makes MPI more versatile than e.g. OpenMP that is confined to shared memory multicore systems.

The number of participants is restricted to 20. This course is given once a year.

Teachers: Prof.dr.ir. C. Vuik and Ir. C.W.J. Lemmens

Costs: For members of DCSE this course is free, TU Delft staff and students pay € 50,- for the lunch and course material. For other participants the costs are € 200,- (including lunch and course material).