Categories
Pages
-

IT Center Events

Schlagwort: ‘IT Center’

RWTH Adminrunde Januar 2021

March 25th, 2021 | by

This entry is only available in Deutsch.

Name: RWTH Adminrunde 2021

Veranstaltungsart: Informationsveranstaltung

Datum: 28. Januar 2021

Uhrzeit: 10:00 bis 12:00 Uhr

Ort: Microsoft Teams

Zielgruppe: Alle Interessierten


 

Beschreibung

Die Adminrunde fand am Donnerstag, den 28.01.2021 von 10.00 – 12.00 Uhr per Videokonferenz statt.

Allgemeine Infos zur RWTH Adminrunde


 

Agenda

  1. SAM – aktueller Stand
  2. Neuer MS Bundesvertrag
  3. Einsatz von Boxcryptor an der RWTH
  4. Coscine im Forschungsdatenmanagement – Vorstellung und aktuelle Planungen
  5. Archiv-Service – aktuelle Planungen
  6. Einführung OmniChannel-Anlage im IT-ServiceDesk
  7. IT Center Help

 

Veranstaltungsunterlagen

Die Folien der Sitzung sind im RWTH Intranet zu finden.

ZKI-Frühjahrstagung 2021

February 17th, 2021 | by

This entry is only available in Deutsch.

Name: ZKI-Frühjahrstagung 2021

Veranstaltungsart: Tagung

Datum: 08. März – 10. März 2021

Ort: Online

Zielgruppe: Mitglieder des ZKI und Interessierte

Kosten: 30€ für Mitglieder/ 60€ für Nicht-Mitglieder

Wichtig: Die Vorträge können hier erneut angesehen werden.


 

Beschreibung

Von Montag 08. bis Mittwoch 10. März 2021 hat die RWTH Aachen University zur ZKI-Frühjahrstagung 2021 eingeladen. Das Thema der virtuellen Veranstaltung lautete

“IT verbindet – Die ‘neue’ Rolle der IT im Zeitalter der Digitalisierung”.

Hier geht’s zur Veranstaltungswebseite.


 

Agenda 

Montag, 08. März 2021

12:00 – 13:00 Uhr
Onboarding

13:00 – 13:45 Uhr
Eröffnung der ZKI-Frühjahrstagung

Verschiedene Grußworte

13:45 – 14:20 Uhr
Vortrag zu: IT Center verbindet – Technik, Prozesse & Menschen von Matthias Müller, Direktor IT Center der RWTH Aachen

14:20 – 14:50 Uhr
Kaffeepause ☕️

14:50 – 16:20 Uhr
Vortrag zu IT verbindet – Präsenz, Online & Hybrid von Univ.- Prof. Dr.-Ing. Verena Nitsch, Institut für Arbeitswissenschaft RWTH

Podiumsdiskussion zu University at Home – Erfahrungen, Herausforderungen und lessons learned

16:45 – 18:45 Uhr
Nachmittagsprogramm

18:45  Uhr
Ende der Veranstaltung am 1. Tag

Dienstag, 09. März 2021

12:00 – 13:00 Uhr
Onboarding

13:00 – 14:30 Uhr
Vortrag zu 5G-Industry Campus Europe – Chancen und Herausforderungen des neuen Mobilfunkstandards für die Forschung von Sven Jung, FraunhoferInstitut für Produktionstechnologie IPT

Vortrag zu OCRE liefert: Neue GÉANT Cloud-Rahmenverträge in der DFN-Cloud von Jakob Tendel, DFN e.V.

14:30 – 15:00 Uhr
Kaffeepause ☕️

15:00 – 16:30 Uhr
Aktuelle Stunde der Arbeitskreise

16:30  Uhr
Ende der Veranstaltung am 2. Tag

Mittwoch, 10. März 2021

08:00 – 09:00 Uhr
Onboarding

19:00 – 10:30 Uhr
Vortrag zu Process-Aware Machine Learning*Englisch von Prof. Dr. Wil van der Aalst, Lehrstuhl für Process and Data Science, RWTH Aachen

Vortrag zu Lehr- & Prüfungsformate in Präsenz, online und hybrider Form von PD Dr. Malte Persike, Center für Lehr- und Lernservices, RWTH Aachen

10:30 – 11:00 Uhr
Kaffeepause ☕️

11:00 – 12:30 Uhr
Vortrag zu Freie Software für freie Lehre – die Initaitive der deutschen Open-Source-Bildungsplattformen von Marco Bohnsack, Stud.IP e.V. und Matthias Kunkel, ILIAS open source e-Learning e.V.

Vortrag zu Plattform für Internationale Studierendenmobilität (PIM) von Peter Hassenbach, Bundesministerium für Bildung & Forschung

12:30  Uhr – 13:00Uhr
Ausblick und Schlusswort zur ZKI-Frühjahrstagung 2021

 


Wichtig: Die Vorträge können hier erneut angesehen werden.

PPCES 2021

February 4th, 2021 | by

About PPCES

This one week online event will continue the tradition of previous annual week-long events that take place in Aachen every spring since 2001. We will cover the basics of parallel programming using OpenMP and MPI in Fortran and C/C++ and a first step towards performance tuning as well as current topics in AI/machine learning. Hands-on exercises for each topic will be included.

The contents of the courses are generally applicable but will be specialized towards CLAIX the compute cluster which is the current system installed at the RWTH’s IT Center. It might be helpful to read through the information which was provided during the HPC introduction on March 12 this year. This is especially true if you want to actively use CLAIX after this event.

OpenMP is a widely used approach for programming shared memory architectures, supported by most compilers nowadays. We will cover the basics of the programming paradigm as well as some advanced topics such as programming NUMA machines. The nodes of the RWTH Compute Cluster contain an increasing number of cores and thus we consider shared memory programming a vital alternative for applications that cannot be easily parallelized with MPI. We also expect a growing number of application codes to combine MPI and OpenMP for clusters of nodes with a growing number of cores.

The Message Passing Interface (MPI) is the de-facto standard for programming large HPC systems. We will introduce the basic concepts and give an overview of some advanced features. Also covered is hybrid parallelization, i.e., the combination of MPI and shared memory programming, which is gaining popularity as the number of cores per cluster node grows.

Machine Learning: We provide an overview to end-to-end deep learning with the latest version of Tensorflow/Keras. It covers the basic concepts to define models with Keras  and data pipelines with Tensorflow’s “Dataset”, and to visualize the results with Tensorboard while training. If training on one node or GPU is not enough,  we show how to scale up/out distributed training onto multiple compute nodes  and GPUs with Horovod. Furthermore, we provide an introduction to scikit-learn, with an overview of  different machine learning algorithms it provides and how to utilize it on GPUs  with H2O4GPU. The training courses consist of a hands-on exercises to be run directly on  RWTH infrastructure.

Guest Speakers

We are very happy to present two guest speakers:

Agenda

Day 1+2: OpenMP 

Monday, March 22

Monday, March 22

Day 1: OpenMP Part I
09:00 – 10:30 OpenMP Basics part 1 Christian Terboven
11:00 – 12:00 OpenMP Basics part 2 (incl. Lab) Christian Terboven
14:00 – 15:30 OpenMP Basics part 3 (incl. Lab) Christian Terboven
16:00 – 17:00 OpenMP Basics part 4 (incl. Lab) Christian Terboven

Tuesday, March 23

Day 2: OpenMP Part II

09:00 – 10:30 Getting OpenMP up to speed Ruud van der Pas
11:00 – 12:00 OpenMP SIMD Tim Cramer
14:00 – 15:30 OpenMP Advanced Tasking (incl. Lab) Christian Terboven
16:00 – 17:00 OpenMP for Accelerators Christian Terboven

Day 3+4: MPI

Wednesday March 24

Day 3: MPI Part I

09:00 – 10:30 Introduction to MPI Marc-Andre Hermanns
11:00 – 12:00 Blocking Point-to-Point Communication I Marc-Andre Hermanns
14:00 – 15:30 Blocking Point-to-Point Communication II Marc-Andre Hermanns
16:00 – 17:00 Non-blocking Point-to-Point Communication Marc-Andre Hermanns

Thursday March 25

MPI Part II

09:00 – 10:30 Blocking Collective Communication Marc-Andre Hermanns
11:00 – 12:00 Communicator Basics Marc-Andre Hermanns
14:00 – 15:30 Hybrid Programming Marc-Andre Hermanns
16:00 – 17:00 Outlook on Advanced Topics & Wrap-Up Marc-Andre Hermanns

Day 5: Machine Learning 

Seminar times will be 9:00-12:00 and 13:00-15:00.

This event is partially supported by The [Czech] Ministry of Education, Youth and Sports from the Large Infrastructures for Research, Experimental Development and Innovations project  “e-Infrastruktura CZ – LM2018140”

Friday March 26

Day 5: Machine Learning

09:00 – 09:45 Introduction to scikit-learn Georg Zitzlsberger
09:45 – 10:00 Getting Started on the Cluster Jannis Klinkenberg
10:00 – 10:30 Hands-on scikit-learn examples Georg Zitzlsberger
11:00 – 12:00 Introduction to Deep Neural Networks Georg Zitzlsberger
13:00 – 14:00

Tensorflow/Keras Exercises (short intro + Hands-on exercise)

  • Define Data Pipeline with Dataset
  • Build a Model
  • Train & Visualize with Tensorboard
Georg Zitzlsberger
14:00 – 14:45

 Multi-GPU with Horovod (incl. short Hands-on)

Georg Zitzlsberger
14:45 – 15:00 Q&A Georg Zitzlsberger

Prerequisites

Attendees of part I and II should be comfortable with C/C++ or Fortran programming in a Linux environment and interested in learning more about the technical details of application tuning and parallelization.
Participants of part III – machine learning –  will need some basic knowledge of Python.

All presentations will be given in English.

This event will be an online presentation.
All all parts of the tutorials will be accompanied by exercises.

Participants who have access to the RWTH identity management can use their own HPC account.
Those members of RWTH who do not yet have such an account can provide an HPC account here (https://sso.rwth-aachen.de/idp/profile/SAML2/Redirect/SSO?execution=e1s1) using the selfservice (Choose: Accounts und Kennwörter – Account anlegen – Hochleistungsrechnen)

External participants must provide themselves a Linux environment that contains an OpenMP compiler, a MPI library, or respectively a singularity environment.
For parts I and II  a Linux virtual machine will be sufficient.

For example on Ubuntu 20.04 LTS  the following commands can be used to install the necessary software für OpenMP and MPI:

# g++ is  available by default
sudo apt install gfortran # install  Fortran Compiler - if necessary
sudo apt-get install libomp-dev # install OpenMP libraries
sudo apt install mpich # install MPI library

Simple program examples can be compiled and executed by

g++ -fopenmp openmp-hello-world.cc;   ./a.out
gfortran -fopenmp openmp-hello-world.f90;  ./a.out
mpicc mpi_hello_world.c -o  ./a.out;  mpirun -np 2  ./a.out

For part III (ML) participants need to run singularity containers with access to one or more NVIDIA GPUs.

Course Material of PPCES 2021

OpenMP

Presentations

Exercises

 

MPI

Presentations

Exercises

 

Machine Learning

Presentations

Exercises

Further Information

The OpenMP part is also available as online tutorial (including videos): https://hpc-wiki.info/hpc/OpenMP_in_Small_Bites