<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Nur Text Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.NurTextZchn
        {mso-style-name:"Nur Text Zchn";
        mso-style-priority:99;
        mso-style-link:"Nur Text";
        font-family:"Calibri",sans-serif;}
span.E-MailFormatvorlage21
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.E-MailFormatvorlage22
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.E-MailFormatvorlage23
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.E-MailFormatvorlage24
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.E-MailFormatvorlage25
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.E-MailFormatvorlage26
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.E-MailFormatvorlage27
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoPlainText"><span style="font-size:12.0pt">Dear HPC users,<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">As hybrid programming techniques are getting more and more important in HPC, we offer a 1-day course at LRZ, Germany:<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText" align="center" style="text-align:center"><b><span style="font-size:12.0pt">PRACE PATC Course: Introduction to hybrid programming in HPC @ LRZ, Thursday, Jan 18, 2018, 10:00 - 17:00<o:p></o:p></span></b></p>
<p class="MsoPlainText" align="center" style="text-align:center"><b><span style="font-size:12.0pt"><o:p> </o:p></span></b></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">Similar tutorials about hybrid programming have been very 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.
<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><b><span style="font-size:12.0pt">Course Description:<o:p></o:p></span></b></p>
<p class="MsoPlainText"><span style="font-size:12.0pt;mso-fareast-language:EN-GB"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt;mso-fareast-language:EN-GB">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 analyzes 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 neighbor 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.</span><span style="font-size:12.0pt"><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt;mso-fareast-language:EN-GB">Tools for hybrid programming such as thread/process placement support and performance analysis are presented in a "how-to" section. This course provides scientific training in
</span><span lang="DE" style="font-size:12.0pt">Computational Science, and in addition, the scientific exchange of the participants among themselves.<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><b><span lang="DE" style="font-size:12.0pt">Teachers:<o:p></o:p></span></b></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">Dr. Georg Hager (RRZE), Dr. Rolf Rabenseifner (HLRS)<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">More information about the course and the registration form can be found online on the PATC page:<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText" style="text-indent:36.0pt"><span style="font-size:12.0pt"><a href="https://events.prace-ri.eu/event/633/"><span style="color:windowtext">https://events.prace-ri.eu/event/633/</span></a>
<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">Please also pass this course announcement to other interested colleagues.<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">Further upcoming courses at LRZ:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><a href="https://www.lrz.de/services/compute/courses/2018-01-24_hknl1w17/"><span style="color:windowtext">Programming the new KNL Cluster at LRZ</span></a>
</span><span style="font-size:12.0pt;mso-fareast-language:EN-GB"><o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:12.0pt">Wednesday, January 24, 2018 09:00 - Thursday, January 25, 2018, 17:00<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><a href="https://www.lrz.de/services/compute/courses/2018-02-14_hfor1w17/"><span style="color:windowtext">Programming with Fortran</span></a>
<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:12.0pt">Wednesday, February 14 - Friday, February 16, 2018, 9:00-18:00<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><a href="https://www.lrz.de/services/compute/courses/2018-03-12_hppb1w17/"><span style="color:windowtext">Parallel Programming of High Performance Systems</span></a>
<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:12.0pt">Monday, March 12 - Friday, March 16, 2018, 9:00-18:00<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><a href="https://www.lrz.de/services/compute/courses/2018-03-26_hppa1w17/"><span style="color:windowtext">PRACE PATC Course: Advanced Topics in High Performance Computing</span></a>
<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:12.0pt">Monday, March 26, 2018 - Thursday, March 29, 2018, 9:00-17:30<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt"><a href="https://www.lrz.de/services/compute/courses/2018-04-23_hhps1s18/"><span style="color:windowtext">PRACE PATC Workshop: VI-HPS Tuning Workshop</span></a>
<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-left:36.0pt"><span style="font-size:12.0pt">Monday, April 23 - Friday, April 27, 2018, 9:00-18:00<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">LRZ is part of the Gauss Centre for Supercomputing (GCS), which is one of the six PRACE Advanced Training Centres (PATCs).
<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">Information on further HPC courses:<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">- by LRZ: <a href="http://www.lrz.de/services/compute/courses/">
<span style="color:windowtext">http://www.lrz.de/services/compute/courses/</span></a>
<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">- by the Gauss Centre of Supercomputing (GCS):
<a href="http://www.gauss-centre.eu/training"><span style="color:windowtext">http://www.gauss-centre.eu/training</span></a><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">- by the PRACE Advanced Training Centres (PATCs):
<a href="http://www.training.prace-ri.eu/"><span style="color:windowtext">http://www.training.prace-ri.eu/</span></a><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">Kind regards,<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">Volker Weinberg<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">--<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">Dr. Volker Weinberg
<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">Leibniz-Rechenzentrum der Bayerischen Akademie der Wissenschaften<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">PRACE Advanced Training Centre (PATC) Coordinator     
<o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="DE" style="font-size:12.0pt">- High Performance Computing Group -<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">email: <a href="mailto:weinberg@lrz.de">
<span style="color:windowtext">weinberg@lrz.de</span></a><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">address: Boltzmannstr. 1 - D-85748 Garching bei Muenchen
<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">room: E.1.016<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt">phone: +49 (89) 35831-8863<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
</div>
</body>
</html>