KONWIHR

Kompetenznetzwerk für wissenschaftliches Höchstleistungsrechnen in Bayern

Inhalt

Course „Node-Level Performance Engineering“ @LRZ

It is our pleasure to announce a retake of our successful two-day short course on „Node-Level Performance Engineering“ on Tuesday, Dec 3 – Wednesday, Dec 4, 2019, 9:00 – 17:00 at the Leibniz Supercomputing Centre in Garching. The course is free of charge as it is sponsored through the PATC program of the Partnership for Advanced Computing in Europe (PRACE).

This course covers performance engineering approaches on the compute node level. Even application developers who are fluent in OpenMP and MPI often lack a good grasp of how much performance could at best be achieved by their code. This is because parallelism takes us only half the way to good performance. Even worse, slow serial code tends to scale very well, hiding the fact that resources are wasted. This course conveys the required knowledge to develop a thorough understanding of the interactions between software and hardware. This process must start at the core, socket, and node level, where the code gets executed that does the actual computational work. We introduce the basic architectural features and bottlenecks of modern processors and compute nodes. Pipelining, SIMD, superscalarity, caches, memory interfaces, ccNUMA, etc., are covered. A cornerstone of node-level performance analysis is the Roofline model, which is introduced in due detail and applied to various examples from computational science. We also show how simple software tools can be used to acquire knowledge about the system, run code in a reproducible way, and validate hypotheses about resource consumption. Finally, once the architectural requirements of a code are understood and correlated with performance measurements, the potential benefit of code changes can often be predicted, replacing hope-for-the-best optimizations by a scientific process.

For more information and registration, please see: https://events.prace-ri.eu/event/901/

„HPC Village“ bei der Langen Nacht der Wissenschaften an der FAU

Im „HPC-Village“ auf der Langen Nacht der Wissenschaften im Großraum Nürnberg-Fürth-Erlangen am 19. Oktober 2019 präsentiert das RRZE gemeinsam mit seinen (teilweise auch immer wieder KONWIHR-geförderten) Partnern neben den neuesten Technologien verschiedene faszinierende HPC-Anwendungsfelder aus der Praxis.

Biologie: Wie funktioniert eine Zellmembran?
Klimaforschung: Wie interagiert ein Gletscher mit der Umwelt?
Materialwissenschaft: Wie zerbricht ein Werkstoff und was führt zum Versagen eines Bauteils?
Medizintechnik: Wie beeinflusst der Wind die Akustik von Hörgeräten?
Mikrophysik: Millionen kleiner Partikel, jedes bewegt sich für sich – wie kommt es, dass das Ganze dennoch mehr als die Summe seiner Teile ist?
Linguistik: Mit Händen und Füßen reden – kann der Computer das verstehen?

 

Es darf gestaunt, angefasst und experimentiert werden!

  • Ausstellung mit Exponaten und Filmmaterial
  • dauerhaft geöffnet von 18:00 – 01:00 Uhr
  • Erlangen, Martensstr. 1, Raum 0.031 – 113 (Erdgeschoss des RRZE)

Informatik-Kolloquium: „Forschungsdatenmanagement mit GeRDI und DSS – IT-Dienste des LRZ“

Im Rahmen des Informatik-Kolloquium der FAU hält Prof. Dr. Dieter Kranzlmüller (LMU, LRZ) am 30.4.19 (16:15, Raum 2.049-113) einen Vortrag mit dem Titel „Forschungsdatenmanagement mit GeRDI und DSS –
IT-Dienste des LRZ“:

Das Management von Forschungsdaten ist essentiell für die Wissenschaft, einerseits um den wissenschaftlichen Prozess mit Reproduzierbarkeit zu unterstützen, andererseits um den Wert der Daten an sich für zukünftige Fragestellungen zu bewahren. Das Leibniz-Rechenzentrum (LRZ) der Bayerischen Akademie der Wissenschaften unterstützt dabei Forschende in der vollen Bandbreite der Daten-gestützten Wissenschaft: Von der hochperformanten Datenhaltung mit Diensten wie DSS, über die FAIRe Aufbereitung (LTDS-Architektur), bis zur Nutzung und Nachnutzung der Daten mit den Compute- und HPC-Diensten des LRZ, auch via GeRDI (Generic Research Data Infrastructure). Diese Dienste ergänzen das Portfolio des LRZ mit passenden Lösungen für das Forschungsdatenmanagement und stellen damit eine Basis für Nationale Forschungsdateninfrastrukturen (NFDI) dar.

Bayerisches HPC-Administratorentreffen

Am Donnerstag, den 28.02.2019 fand in Erlangen am RRZE das Treffen der bayerischen HPC-Administratoren von Universitäten und Hochschulen statt. Auf der Agenda standen folgende Punkte:

Neben den sehr informativen Fachvorträgen konnte die Zusammenarbeit und Kommunikation zwischen den Rechenzentren verbessert werden.
Das nächste KONWIHR HPC-Administratorentreffen ist für Herbst 2019 geplant.

Seminarvortrag: Algorithms and data structures for matrix-free finite element multigrid operators with MPI-parallel sparse multi-vectors

Course: C++ for Beginners

Date:

February 11-15, 2019, 9:00 – 17:00

Location:

FAU Erlangen-Nürnberg,
Computer Science Building
Martensstr. 3, Room 02.135-113 (2nd floor)
91058 Erlangen, Germany

Summary:

This C++ training is an introductory course on the C++ programming language. The focus of the training is on the introduction of the essential language features and the syntax of C++. Additionally, it introduces many C++ software development principles, concepts, idioms, and best practices, which enable programmers to create professional, high-quality code from the very beginning. The course aims at understanding the core of the C++ programming language, teaches guidelines to develop mature, robust, maintainable, and efficient C++ software, and helps to avoid the most common pitfalls. Attendees should have a grasp of general programming (in any language).

Weiterlesen

Course: Advanced C++ with Focus on Software Engineering

This advanced C++ training is a course on object-oriented (OO) software design with the C++ programming language. The focus of the training are the essential OO and C++ software development principles, concepts, idioms, and best practices, which enable programmers to create professional, high-quality code. The course will not address special areas and applications of C++, such as for instance Template Meta Programming (TMP), or the quirks and curiosities of the C++ language. It rather teaches guidelines to develop mature, robust, and maintainable C++ code.

  • Date: February 28 – March 2, 2018, 9:00 – 17:00
  • Location: FAU Erlangen-Nürnberg, Computer Science Building
    Martensstr. 3
    Room 02.135-113 (2nd floor)
    91058 Erlangen, Germany

This course is made possible by generous support from KONWIHR. There is no course fee for participants from academia and public research facilities. Details (including the agenda and prerequisites for participants) can be found at https://www.lrz.de/services/compute/courses/2018-02-28_hcpa2w17/.

Registration: https://www.lrz.de/services/schulung/course-registration/course-registration.php

Please use the Course ID HCPA2W17.

 

Course: Introduction to hybrid programming in HPC @ LRZ

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. 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.

Teachers: Dr. Georg Hager (RRZE/HPC Uni. Erlangen), Dr. Rolf Rabenseifner (HLRS)
Course: Jan 18, 2018, 10:00-17:00
Registration deadline: Jan 07, 2018

More information about the course and the registration form can be found online on the LRZ and PATC pages: https://www.lrz.de/services/compute/courses/2018-01-18_hhyp1w17/ and http://events.prace-ri.eu/e/LRZ-2018-HHYP1W17

 

Course: Node-Level Performance Engineering @ LRZ

It is our pleasure to announce a retake of our successful two-day short course on „Node-Level Performance Engineering“ on Thursday, Nov 30 – Friday, Dec 1, 2017, 9:00 – 17:00 at the Leibniz Supercomputing Centre in Garching. The course is free of charge as it is sponsored through the PATC program of the Partnership for Advanced Computing in Europe (PRACE). It is an extended version of the very popular regular SC/ISC tutorials by RRZE.

This course teaches performance engineering approaches on the compute node level. „Performance engineering“ as we define it is more than employing tools to identify hotspots and bottlenecks. It is about developing a thorough understanding of the interactions between software and hardware. This process must start at the core, socket, and node level, where the code gets executed that does the actual computational work. Once the architectural requirements of a code are understood and correlated with performance measurements, the potential benefit of optimizations can often be predicted. We introduce a „holistic“ node-level performance engineering strategy, apply it to different algorithms from computational science, and also show how an awareness of the performance features of an application may lead to notable reductions in power consumption.

For more information and registration, please see: https://events.prace-ri.eu/event/632/

8. Erlanger International High-End-Computing-Symposium (EIHECS) am 22. Juni 2012

Spitzenforschung ist mehr denn je auf die Möglichkeiten des High-End-Computing angewiesen. Simulationsrechnungen ersetzen immer öfter aufwändige Experimente; komplexe theoretische Modelle sind häufig nur noch in Kombination mit Computerberechnungen sinnvoll nutzbar. Die computergestützte Optimierung von Prozessen und technischen Systemen ist der Schlüssel für die Entwicklung konkurrenzfähiger Produkte für den Weltmarkt. Aber auch in der Medizin, den Wirtschaftswissenschaften oder Geisteswissenschaften, wird High-End-Computing immer öfter als leistungsfähiges Werkzeug erkannt.

Das EIHECS soll auch in diesem Jahr wieder zu einer Bestandsaufnahme des High-End-Computing aus einer internationalen Perspektive beitragen und aktuelle und zukünftige Entwicklungen beleuchten. Das Symposium findet statt

am Freitag, den 22. Juni 2012 von 13:30-17:30 Uhr
im Hörsaal 12 (Cauerstr. 11, 91058 Erlangen)
der Friedrich-Alexander-Universität Erlangen-Nürnberg.

Für die Veranstaltung konnten dieses Jahr fünf international renommierte Sprecher gewonnen werden:

  • Prof. Richard Vuduc (Georgia Tech),
  • Prof. Omar Ghattas (University of Texas)
  • Prof. Franz Durst (FMP Technology GmbH)
  • Prof. Jack Dongarra (University of Tennessee)
  • Prof. Günter Leugering (Universität Erlangen)

Nähere Informationen finden Sie unter http://www.zisc.uni-erlangen.de/veranstaltungen/eihecs-8.shtml

Die Teilnahme ist kostenlos. Um besser planen zu können, wird um eine Anmeldung auf der obigen Webseite gebeten.