Return-Path: <rabenseifner@hlrs.de>
Received: from murder ([unix socket])
	 by merkur (Cyrus v2.2.13-Debian-2.2.13-19+squeeze3) with LMTPA;
	 Mon, 07 Dec 2015 15:05:55 +0100
X-Sieve: CMU Sieve 2.2
Received: from localhost (localhost [127.0.0.1])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTP id D753C1EC38DC
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
 Mon,  7 Dec 2015 15:05:55 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at merkur.ins.uni-bonn.de
Received: from merkur.ins.uni-bonn.de ([127.0.0.1])
	by localhost (merkur.ins.uni-bonn.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id h83FuxHh-cXG
	for <sekretariat.ins.uni-bonn.de@merkur.ins.uni-bonn.de>;
	Mon,  7 Dec 2015 15:05:55 +0100 (CET)
Received: from mail.hlrs.de (mail.hlrs.de [141.58.2.50])
	by merkur.ins.uni-bonn.de (Postfix) with ESMTPS id 845621EC38DA
	for <contact@ins.uni-bonn.de>; Mon,  7 Dec 2015 15:05:55 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id 1D1EA123A7
	for <contact@ins.uni-bonn.de>; Mon,  7 Dec 2015 15:05:55 +0100 (CET)
Received: from mail.hlrs.de ([127.0.0.1])
	by localhost (mail.hlrs.de [127.0.0.1]) (amavisd-new, port 10032)
	with ESMTP id Ff3ojicjR4Rt for <contact@ins.uni-bonn.de>;
	Mon,  7 Dec 2015 15:05:54 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by mail.hlrs.de (Postfix) with ESMTP id AEE97123AE
	for <contact@ins.uni-bonn.de>; Mon,  7 Dec 2015 15:05:54 +0100 (CET)
DKIM-Filter: OpenDKIM Filter v2.9.2 mail.hlrs.de AEE97123AE
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hlrs.de;
	s=1806FB76-797D-11E5-BCE5-7B280A126CD4; t=1449497154;
	bh=1L0LhbGISOV/E3y6XANSZ91vcjacsE0aUWMLHwtOFR4=;
	h=From:Reply-To:To:Subject:Message-Id:Date;
	b=ocTsAqrngZNHKUcDVGyKT2qMoDv0II4CfjEcWyQtH9p8gkPj+pQpCN4SuOsiYTJlS
	 j6z6L/fS6kkgB9eFnt8S4u5/dJIskm4e7SA3tjgRKx3BpvlZ3qtbVuVEltcVmegwlH
	 I/XVQQNqPeU+phk+LSk5clxQ2652FTRg6vBaVTXA=
X-Virus-Scanned: amavisd-new at hlrs.de
Received: from mail.hlrs.de ([127.0.0.1])
	by localhost (mail.hlrs.de [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id XI7MiYoCuF_B for <contact@ins.uni-bonn.de>;
	Mon,  7 Dec 2015 15:05:54 +0100 (CET)
Received: from awsrr.hlrs.de (awsrr.hlrs.de [141.58.5.187])
	by mail.hlrs.de (Postfix) with ESMTP id 91C911231B
	for <contact@ins.uni-bonn.de>; Mon,  7 Dec 2015 15:05:54 +0100 (CET)
Received: by awsrr.hlrs.de (Postfix, from userid 843)
	id 4F7AC8A40D; Mon,  7 Dec 2015 15:05:44 +0100 (CET)
From: Rolf Rabenseifner <rabenseifner@hlrs.de>
Reply-To: Rolf Rabenseifner <rabenseifner@hlrs.de>,
 Volker Weinberg <volker.weinberg@lrz.de>
To: contact@ins.uni-bonn.de
Subject: New PATC Course: Introduction to hybrid programming in HPC @ LRZ
Message-Id: <20151207140544.4F7AC8A40D@awsrr.hlrs.de>
Date: Mon,  7 Dec 2015 15:05:44 +0100 (CET)

Dear Sir or Madam / Sehr geehrte Damen und Herren,

As hybrid programming techniques are getting more and more
important in HPC, we have organised a new course:

               PRACE PATC Course: 

    Introduction to hybrid programming in HPC

    LRZ, Garching near Munich 
    Thursday, Jan 14, 2016, 10:00-17:00

Course Description:

Most HPC systems are clusters of shared memory nodes. Such SMP
nodes can be small multi-core CPUs up to large many-core CPUs.
Parallel programming may combine the distributed memory
parallelization on the node interconnect (e.g., with MPI)
with the shared memory parallelization inside of each node
(e.g., with OpenMP or MPI-3.0 shared memory). This course
analyses the strengths and weaknesses of several parallel
programming models on clusters of SMP nodes. Multi-socket-
multi-core systems in highly parallel environments are given
special consideration. MPI-3.0 has introduced a new shared
memory programming interface, which can be combined with
inter-node MPI communication. It can be used for direct
neighbour accesses similar to OpenMP or for direct halo
copies, and enables new hybrid programming models.
These models are compared with various hybrid MPI+OpenMP
approaches and pure MPI.  Numerous case studies and
micro-benchmarks demonstrate the performance-related
aspects of hybrid programming.

Tools for hybrid programming such as thread/process placement
support and performance analysis are presented in a "how-to"
section.
Hands-on exercises give attendees the opportunity to try the
new MPI shared memory interface and explore some pitfalls of
hybrid MPI+OpenMP programming. This course provides scientific
training in Computational Science, and in addition, the
scientific exchange of the participants among themselves.

Similar "MPI+X" tutorials about hybrid programming have been
successfully presented by the lecturers Dr. Rolf Rabenseifner
(HLRS, member of the steering committee of the MPI-3 Forum)
and Dr. Georg Hager (RRZE, winner of the ���Informatics Europe
Curriculum Best Practices Award: Parallelism and Concurrency���)
during various supercomputing conferences in the past, but
have never been presented as a course with hands-on sessions
in a GCS centre before.

Teachers:
Dr. Georg Hager (RRZE), Dr. Rolf Rabenseifner (HLRS)

More information about the course and the registration
form can be found online on the PATC page:

http://events.prace-ri.eu/e/LRZ-2016-HHYP1W15

We would like to invite you to participate in this new
course at LRZ. Please also pass this workshop announcement
to other interested colleagues.

LRZ and HLRS are part of the Gauss Centre for Supercomputing (GCS), 
which is one of the six PRACE Advanced Training Centres (PATCs)
that started in 2012.

Information on further HPC courses:

  - by HLRS: http://www.hlrs.de/training/course-list/
  - by LRZ:  http://www.lrz.de/services/compute/courses/
  - by the Gauss Centre of Supercomputing (GCS):   http://www.gauss-centre.eu/training
  - by the PRACE Advanced Training Centres (PATCs): http://www.training.prace-ri.eu/

Kind regards,
Rolf Rabenseifner (HLRS) and Volker Weinberg (LRZ)


---------------------------------------------------------------------
I would appreciate if you could forward this email to interested
colleagues.  If you receive double postings or you want to stop
my postings, then please reply the email-address(es) that should
be unsubscribed, and include "unsubscribe" in the subject line.
---------------------------------------------------------------------


---------------------------------------------------------------------
Dr. Rolf Rabenseifner .. . . . . . . . . . email rabenseifner@hlrs.de
High Performance Computing Center (HLRS) . phone ++49(0)711/685-65530
Ueniversity of Stuttgart .. . . . . . . . . fax: ++49(0)711/685-65832
Head of Dpmt Parallel Computing .. .. www.hlrs.de/people/rabenseifner
Nobelstr. 19, D-70569 Stuttgart, Germany . . . . (Office: Room 1.307)
---------------------------------------------------------------------

