Organization HW&Access Organization Research User Projects Services
navigation search home news&events jobs back ">back ">back back forward ">forward
Organization
HLRS
 
HW&Access Research, User Projects
Services
NaviGanzUnten
" ALT="" BORDER=0> ">" ALT="" BORDER=0> " ALT="" BORDER=0> ">" ALT="" BORDER=0> " ALT="" BORDER=0> ">" ALT="" BORDER=0> Straight
Parallel Programming Workshop

Abstract
The aim of these workshops is to give people who already have some programming experience an introduction into the numerics of linear solvers and the basics of parallel programming. The focus is on iterative solvers, the programming models MPI and OpenMP, domain decomposition, load balancing and parallel numerics. Language support is given for Fortran, C and C++.
Message Passing with MPI is the major programming model on large distributed-memory systems in high-performance computing. OpenMP is dedicated to shared memory systems.
Hands-on sessions will allow users to immediately test linear solver programming and to understand what the basic constructs of MPI and OpenMP are meant to do.

Dates

The workshops in fall 2006 are given with different focus and locations:

Course CSCS: Aug. 23-25, Manno (CH), CSCS MPI and OpenMP (in English)
Course E: Sep. 18-22, Stuttgart, HLRS Introduction to Computational Fluid Dynamics
(in German)
Course F-a: Sep. 25-26, Stuttgart, HLRS Message Passing Interface (MPI) for beginners
(in English if required)
Course F-b: Sep. 27, Stuttgart, HLRS Shared memory parallelization with OpenMP
(in English if required)
Course F-c: Sep. 28-29, Stuttgart, HLRS Advanced topics in parallel programming
(in English if required)
Course G: Oct. 9-13, Garching, LRZ Iterative Linear Solvers and Parallelization
(in German)
Course H: Nov. 27-29, Jülich, NIC MPI and OpenMP (in German)
Online course: the parallel programming workshop is also available as an online-course with all slides and full audio information.
Further courses: see online-course / end of page
Sequential programming with Fortran, C and C++ in scientific computing, see here


Language

The course language is German (except the course Sep. 12-16 at HLRS, which is in English if required).
All slides and course materials are in English (except slides of A. Meister and B. Fischer).

HLRS ZIH Kassel IAG EPCC NIC Luebeck LRZ


Course CSCS Location CSCS, Galleria 2, Via Cantonale, CH-6928 Manno (near Lugano) -> travel-info,
Date 2006, Wednesday Aug. 23, 8:30 - Friday Aug. 25, 16:30
Content MPI and OpenMP (70% for beginners, 30% advanced)
Abstract The focus is on programming models MPI, OpenMP, and PETSc. Hands-on sessions (in C and Fortran) will allow users to immediately test and understand the basic constructs of the Message Passing Interface (MPI) and the shared memory directives of OpenMP. This course is organized by CSCS in collaboration with HLRS.
Agenda see link to detailed program
Language English
Teachers Dr. Rolf Rabenseifner, from HLRS, and Neil Stringfellow from CSCS
Registration registration form via CSCS course page
Deadline for registration is Jul. 30, 2006
Fee Employees/students from Swiss educational institutions: free;
Employees/students from non-Swiss educational institutions: CHF 150;
Employees from industry: CHF 1500.
A bill will be sent for the registration fee prior to the course if applicable.
Prerequisites Unix / C or Fortran
Course E Location Großer Seminarraum, HLRS (Höchstleistungsrechenzentrum Stuttgart), Universität Stuttgart, Allmandring 30, D-70550 Stuttgart
Date 2006, Monday Sep. 18, 9:30 - Friday Sep. 22, 15:30
Content Introduction to Computational Fluids Dynamics
Abstract Numerical methods to solve the equations of Fluid Dynamics are presented. The main focus is on explicit Finite Volume schemes for the compressible Euler equations. Hands-on sessions will manifest the content of the lectures. Participants will learn to implement the algorithms, but also to apply given (black-box, commercial) software and to interpret the solutions correctly. Methods and problems of parallelization are discussed. This course is organized by HLRS, IAG, and Uni. Kassel, and is based on a computational practical awarded with the "Landeslehrpreis Baden-Württemberg 2003" (held at Uni. Stuttgart, under auspices of the BMBF project NUSS, contract 08NM227).
Agenda see link to Official Course-Page and detailed program
Language German
Teachers Prof. Dr. Claus-Dieter Munz (IAG), Sabine Roller (HLRS), Mark Haas (IAG), Prof. Dr. Andreas Meister (Uni. Kassel), and Dr. Rolf Rabenseifner (HLRS).
Registration via online registration on the Official Course-Page or directly via via online registration form
Deadline for registration is Aug. 20, 2006
Fee Students without Diploma: 20 EUR
Students with Diploma (PhD students): 40 EUR
Members of German universities and public research institutes: 40 EUR
others: 150 EUR
(includes food and drink at coffee breaks, will be collected on the first day of the course, cash only)
Prerequisites Basics of partial differential equations and physics, programming experience in Fortran or C
Course F-a Location Großer Seminarraum, HLRS (Höchstleistungsrechenzentrum Stuttgart), Universität Stuttgart, Allmandring 30, D-70550 Stuttgart
Date 2006, Monday Sep. 25, 8:30 - Tuesday Sep. 26, 17:30
Content Distributed memory parallelization with the Message Passing Interface MPI (for beginners)
Abstract On clusters and distributed memory architectures, parallel programming with the Message Passing Interface (MPI) is the dominating programming model. The course gives an full introduction into MPI-1. Further aspects are domain decomposition, load balancing, and debugging. An MPI-2 overview and the MPI-2 one-sided communication is also taught. Hands-on sessions (in C and Fortran) will allow users to immediately test and understand the basic constructs of the Message Passing Interface (MPI). Course language is ENGLISH (if required). This course is the first part (MPI for beginners) of a 5-day course program and may be booked together with the other parts F-b (OpenMP) and F-c (advanced topics).
Agenda see link to detailed program Course F-a or Monday+Tuesday in the total program Course F-a+b+c (modified on Jul 11, 2006)
Language English (if required)
Teachers Dr. Rolf Rabenseifner, Rainer Keller, Bettina Krammer,
Registration via online registration form: Please book Course 2006 F, Monday-Tuesday (or all days) if you want to book all parts)
Deadline for registration is Aug. 27, 2006
Fee Members of German universities and public research institutes: none,
others: 150 EUR (includes food and drink at coffee breaks, will be collected on the first day of the course, cash only)
Prerequisites Unix / C or Fortran
Course F-b Location Großer Seminarraum, HLRS (Höchstleistungsrechenzentrum Stuttgart), Universität Stuttgart, Allmandring 30, D-70550 Stuttgart
Date 2006, Wednesday Sep. 27, 8:30 - 17:30 (registration opens at 8:15)
Content Shared memory parallelization with OpenMP (for beginners)
Abstract The focus is on shared memory parallelization with OpenMP, the key concept on hyper-threading, dual-core, multi-core, shared memory, and ccNUMA platforms. This course teaches shared memory OpenMP parallelization. Hands-on sessions (in C and Fortran) will allow users to immediately test and understand the directives and other interfaces of OpenMP. Tools for performance tuning and debugging are presented. Course language is ENGLISH (if required). This course is the second part (OpenMP for beginners) of a 5-day course program and may be booked together with the other parts F-a (MPI for beginners) and F-c (advanced topics).
Agenda see link to detailed program Course F-b or Wednesday in the total program Course F-a+b+c (modified on Jul 11, 2006)
Language English (if required)
Teachers Rainer Keller, Bettina Krammer, Dr. Rolf Rabenseifner,
Registration via online registration form: Please book Course 2006 F, Wednesday (or all days) if you want to book all parts)
Deadline for registration is Aug. 27, 2006
Fee Members of German universities and public research institutes: none,
others: Included in fee of 2006-F-a, if booked together with 2006-F-a, otherwise: 150 EUR (includes food and drink at coffee breaks, will be collected on the first day of your course, cash only)
Prerequisites Unix / C or Fortran
Course F-c Location Großer Seminarraum, HLRS (Höchstleistungsrechenzentrum Stuttgart), Universität Stuttgart, Allmandring 30, D-70550 Stuttgart
Date 2006, Thursday Sep. 28, 8:30 - Friday Sep. 29, 16:30 (registration opens at 8:15)
Content Advanced topics in parallel programming
Abstract Topics are MPI-2 parallel file I/O, hybrid mixed model MPI+OpenMP parallelization, OpenMP on clusters, parallelization of explicit and implicit solvers and of particle based applications, parallel numerics and libraries, and parallelization with PETSc. Hands-on sessions are included. Course language is ENGLISH (if required). This course is the third part (advanced topics) of a 5-day course program and may be booked together with the other parts F-a (MPI for beginners) and F-b (OpenMP for beginners).
Agenda see link to detailed program Course F-c or Thursday+Friday in the total program Course F-a+b+c (modified on Jul 11, 2006)
Language English (if required)
Teachers Dr. Rolf Rabenseifner, Uwe Küster, Rainer Keller, Katharina Benkert, Uwe Wössner
Registration via online registration form: Please book Course 2006 F, Thursday+Friday (or all days) if you want to book all parts)
Deadline for registration is Aug. 27, 2006
Fee Members of German universities and public research institutes: none,
others: Included in fee of 2006-F-a or F-b, if booked together with 2006-F-a or F-b, otherwise: 150 EUR (includes food and drink at coffee breaks, will be collected on the first day of your course, cash only)
Prerequisites Unix / C or Fortran
Course G Location LRZ (Leibniz-Rechenzentrum), Neues LRZ Gebäude in Garching, Boltzmannstrasse 1, 85748 Garching
Date 2006, Monday Oct. 9, 8:30 - Friday Oct. 13, 15:30
Content Iterative Linear Solvers and Parallelization
Abstract The focus is on iterative and parallel solvers, the parallel programming models MPI and OpenMP, and the parallel middleware PETSc. Thereby, different modern Krylov Subspace Methods (CG, GMRES, BiCGSTAB ...) as well as highly efficient preconditioning techniques are presented in the context of real life applications. Hands-on sessions (in C and Fortran) will allow users to immediately test and understand the basic constructs of iterative solvers, the Message Passing Interface (MPI) and the shared memory directives of OpenMP. This course is organized by Uni. Kassel, HLRS, and IAG.
Agenda see link to Official Course-Page or Course-Page at LRZ and detailed program
Language German
Teachers Prof. Dr. Andreas Meister from Uni. Kassel, Prof. Dr. Bernd Fischer from Uni. Lübeck, and Dr. Rolf Rabenseifner from HLRS
Registration via online registration on the Official Course-Page or directly via online registration form
(There is also a course page at LRZ)
Deadline for registration is Sep. 10, 2006
Fee Students without Diploma: 30 EUR
Students with Diploma (PhD students): 60 EUR
Members of German universities and public research institutes: 60 EUR
others: 150 EUR
(includes food and drink at coffee breaks, will be collected on the first day of the course, cash only)
Prerequisites Monday+Thursday: Basics of linear algebra
Tuesday-Friday: Unix / C or Fortran
Course H Location NIC, Forschungszentrum Jülich, entrance E1 of ZAM, D-52425 Jülich
Date 2006, Monday Nov. 27, 9:00 - Wednesday Nov. 29, 16:30
Content MPI and OpenMP (70% for beginners, 30% advanced)
Abstract The focus is on programming models MPI, OpenMP, and PETSc. Hands-on sessions (in C and Fortran) will allow users to immediately test and understand the basic constructs of the Message Passing Interface (MPI) and the shared memory directives of OpenMP. This course is organized by NIC/ZAM in collaboration with HLRS.
Agenda see link to detailed program
See also course announcment at NIC
Language German
Teacher Dr. Rolf Rabenseifner, from HLRS
Registration (via online registration form)
The course is already full. Please register for one of the courses in 2007. The course 2007-A in Dresden has similar content.
Deadline for registration is Nov. 5, 2006
Fee Members of German universities and public research institutes: none,
others: 150 EUR (includes food and drink at coffee breaks, will be collected on the first day of the course, cash only)
Prerequisites Unix / C or Fortran
Registration online forms for course A in Dresden, courses B-F: via online registration form (Stuttgart, Kassel, Garching, Jülich) (or via Official Course-Page: Course B, D, E, G)
Registration
deadline
Deadline is 4 weeks before the beginning of each course, late registration after the deadline is possible, but not recommended, because printing of the handouts starts at this deadline.
Cancelation policy If you cannot come to the course, please send an email to the organizer as soon as possible. This would allow us to accept additional participants from the waiting-list. There is no cancelation fee.
Limit maximum of 42 participants in Stuttgart and Kassel, 35 in Dresden and Manno, 26 in Jülich (according to the seats in the rooms).
Travel-Info (see below)
Hotel Reservation to be done directly at the hotel or via the tourist-agency, see Travel-Info below.
Handouts Each participant will get a paper copy of all slides.
The MPI-1 part of the course is based on the MPI course developed by the EPCC Training and Education Centre, Edinburgh Parallel Computing Centre.
Most material of the course (including the audio information) can also be viewed in the ONLINE Parallel Programming Workshop.



Contact
Responsible for the course and local organizer in Stuttgart:

Rolf Rabenseifner
Phone: 0711 685 65530
E-mail: rabenseifner@hlrs.de

Local organizer in Jülich: Norbert Attig, phone 02461 61 4416, sc.zam@fz-juelich.de
Local organizer in Garching: Matthias Brehm, phone 089 289 28773, Matthias.Brehm@lrz-muenchen.de
Local organizer in Manno: Ladina Gilly


Travel-Info
and Accomodation:

Stuttgart
See HLRS-travel-info. The next railway stations are: "Universität, Stuttgart" (S-Bahn station, 15 min on foot) and "Lauchhau, Stuttgart" (Bus station, 4 min on foot to HLRS, bus lines 84, 92, 746, 747, 748, but not 82! from S-Bahn station "Universität, Stuttgart" and bus line 81 from S-Bahn station "Stuttgart-Vaihingen").
Accomodation: see also additional hotel list and HLRS-travel-info. Private Bed&Breakfast is also available (my be cheaper than the hotels), see, e.g., www.night-and-day.de. A youth hostel is also available.
See also campus map (HLRS, see Rechenzentrum Universität Stuttgart on the map), or HLRS, Allmandring 30, nearby crossroads Allmandring x Nobelstr., at coordinates 25.G on Stuttgart city map HLRS and University Campus or HLRS and Stuttgart-Vaihingen (or you can use www.stadtplandienst.de or www.city-map.de).

Jülich
How to get to the Forschungszentrum Jülich and then, how to get to the ZAM. The next railway station is named "Jülich Forschungszentrum". [Bitte fragen Sie den Zugführer, dass er die Fahrbereitschaft des Forschungszentrums verständigt. Dann werden Sie in "Jülich Süd" abgeholt. Pass oder Personalausweis sind an der Pforte erforderlich.]
Accomodation: Official hotel list of Jülich, a bus shuttle will be organized between NIC and Stadhotel Jülich (if you book at the Stadthotel, you should mention that you book for a course at NIC) in the evening and morning, other destinations on inquiry at local organizer. To find your hotel, you can use www.stadtplandienst.de or www.city-map.de.

Garching/München
The course will be in the new building in Garching, see LRZ-travel-info. Im Hotel Garni Maria's INN" (Neufahrnerstr. 5-9, 85748 Garching, Tel.: 089/32932-0, Fax: 089/3206722) ist für den Kurs ein Zimmerkontintgent reserviert. Für den Zeitraum 9. (Anreise) - 13. Oktober (Abreise) 2006 können Sie unter dem Stichwort "LRZ" Einzelzimmer zum Vorzugspreis von 65 Euro (DZ 90 Euro) buchen. Bitte direkt beim Hotel frühzeitig buchen (wegen gleichzeitiger Messen in München). Weitere Hotels siehe hier.


Manno
see Official Course-Page at CSCS and CSCS travel-info

Impressum / "> / www / www "> "> "> "> "> "> "> ">