 |
|
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 2005 are given with different focus and locations:
| Course CSCS:
| Aug. 10-12,
| Manno (CH),
| CSCS
|
| MPI and OpenMP
(in English)
|
| Course E-a:
| Sep. 12-14,
| Stuttgart,
| HLRS
|
| MPI, OpenMP, and PETSc for beginners
(in English if required)
|
| Course E-b:
| Sep. 15-16,
| Stuttgart,
| HLRS
|
| Advanced topics in parallel programming
(in English if required)
|
| Course F:
| Sep. 26-30,
| Kassel,
| Math.
|
| Iterative Linear Solvers and Parallelization
(in German)
|
| Course G:
| Oct. 10-14,
| Stuttgart,
| HLRS
|
| Introduction to Computational Fluid Dynamics
(in German)
|
| Course H:
| Nov. 28-30,
| 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
|
|
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).
|
|
|
 |
Course CSCS |
Location |
CSCS,
Galleria 2, Via Cantonale, CH-6928 Manno (near Lugano)
-> travel-info,
|
Date |
2005, Wednesday Aug. 10, 8:30 - Friday Aug. 12, 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
Official Course-Page and
detailed program |
Language |
English |
Teachers |
Dr. Rolf Rabenseifner,
from
HLRS,
and
Neil Stringfellow
from
CSCS
|
Registration |
registration form via CSCS will be available soon (June 16)
|
Deadline |
for registration is July 17, 2005 |
Fee |
none
|
Prerequisites |
Unix / C or Fortran |
 |
Course E-a |
Location |
HLRS,
Rechenzentrum Universität Stuttgart (RUS),
Allmandring 30, D-70550 Stuttgart
|
Date |
2005, Monday Sep. 12, 8:30 - Wednesday Sep. 14, 17:30
|
Content |
MPI, OpenMP and PETSc for beginners |
Abstract |
The focus is on programming models MPI and OpenMP,
domain decomposition, parallelization with PETSc, and optimization.
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.
Course language is ENGLISH (if required).
This course is the first (beginners) part of a 5-day course program
and may be booked together with the second (advanced) part Course E-b.
|
Agenda |
see link to detailed program Course E-a
or Monday-Wednesday in the total program Course E-a+b
|
Language |
English, if required |
Teachers |
Dr. Rolf Rabenseifner,
Panagiotis Adamidis,
Rainer Keller,
Bettina Krammer,
Dr. Matthias Müller,
Dr. Heinz Pöhlmann
|
Registration |
via online registration form:
Please book Course 2004 E, days Monday-Wednesday
(or all days) if you want to book both parts)
|
Deadline |
for registration is Aug. 14, 2005 |
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 E-b |
Location |
HLRS,
Rechenzentrum Universität Stuttgart (RUS),
Allmandring 30, D-70550 Stuttgart
|
Date |
2005, Thursday Sep. 15, 8:30 + Friday Sep. 16, 16:30
|
Content |
Advanced topics in parallel programming |
Abstract |
Topics are MPI-2 parallel file I/O, OpenMP tools and tuning,
hybrid mixed model MPI+OpenMP parallelization,
domain decomposition of structured and unstructured grids
and with particle based applications, parallel numerics,
object oriented parallel programming with C++, and Grid computing.
Course language is ENGLISH (if required).
This course is the second (advanced) part of a 5-day course program
and may be booked together with the first (beginners) part Course E-a
|
Agenda |
see link to detailed program Course E-b
or Thursday+Friday in the total program Course E-a+b
|
Language |
English, if required |
Teachers |
Dr. Rolf Rabenseifner,
Panagiotis Adamidis,
Uwe Küster,
Peggy Lindner,
Rainer Keller,
Dr. Matthias Müller,
Uwe Wössner
|
Registration |
via online registration form:
Please book Course 2004 E, days Thursday+Friday
(or all days) if you want to book both parts)
|
Deadline |
for registration is Aug. 14, 2005 |
Fee |
Members of German universities and public research institutes: none,
others:
Included in fee of 2004-E-a, if booked together with 2004-E-a, otherwise:
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 |
Location |
Faculty on Mathematics and Informatics,
University of Kassel,
Heinrich Plett Str. 40, Entrance G, Lecture Room 2404, D-34132 Kassel
|
Date |
2005, Monday Sep. 26, 8:30 - Friday Sep. 30, 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 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 |
Deadline |
for registration is Thursday Sep. 08, 2005 (extended deadline) |
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 G |
Location |
HLRS,
Rechenzentrum Universität Stuttgart (RUS),
Allmandring 30, D-70550 Stuttgart
|
Date |
2005, Monday Oct. 10, 9:00 - Friday Oct. 14, 16: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 Ferch
(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 Sep. 11, 2005 |
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 H |
Location |
NIC,
Forschungszentrum Jülich, entrance E1 of ZAM,
D-52425 Jülich |
Date |
2005, Monday Nov. 28, 9:00 - Wednesday Nov. 30, 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 |
Language |
German |
Teacher |
Dr. Rolf Rabenseifner,
from
HLRS
|
Registration |
The course is already full (if nobody cancels). Please register for one of the
courses in 2006.
The course 2006-A
in Dresden has the same content.
|
Deadline |
for registration - the course is already full. |
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)
(or via Official Course-Page: Course
B,
D,
F,
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.
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 5530
E-mail: rabenseifner@hlrs.de
Local organizer in Dresden:
Claudia Schmidt,
phone 0351 463 34274,
schmidt@zhr.tu-dresden.de
Local organizer in Jülich:
Norbert Attig,
phone 02461 61 4416,
sc.zam@fz-juelich.de
Local organizer in Kassel:
Prof. Dr. Andreas Meister,
phone 0561 804-4631
meister@mathematik.uni-kassel.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 the city map service).
|
Dresden |
 |
|
See ZHR-travel-info.
The next
bus station is
"Fritz-Foerster-Platz, Dresden" (4 min on foot).
Accomodation:
Close to the ZHR (15 min on foot) you find the
guest house "Gästehaus Am Weberplatz"
of the Dresden University of Technology, early reservation is recommended.
The next
bus station is
"Weberplatz, Dresden"
(map).
|
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 the city map service.
|
Kassel |
 |
|
See
Anreise/Hotel
of the Faculty on Mathematics and Informatics, University of Kassel.
|
Manno |
 |
|
see Official Course-Page at CSCS (available soon) and
CSCS travel-info
|
|