MultiXscale at EuroHPC User Day 2024 Amsterdam
MultiXscale CoE will be involved in two sessions at the EuroHPC User Day 2024 in Amsterdam: More information available here
MultiXscale CoE will be involved in two sessions at the EuroHPC User Day 2024 in Amsterdam: More information available here
Code for Thought is a podcast for the growing number of researchers & scientists who code, with episodes in English, German and French. In the latest episode of the podcast, October 15 2024, MultiXscale project members Kenneth Hoste and Alan O’Cais discuss the European Environment for Scientific Software Installations (EESSI) and how it can help make scientists more productive…and reduce the technical burden of working with HPC resources. Click here to access the episode.
EESSI’s CI workflows are available on GitHub Actions and as a GitLab CI/CD component. Enabling this is as simple as adding EESSI’s CI to your workflow of choice, giving you access to the entire EESSI software stack optimized for the relevant CPU architecture(s) in your runner’s environment. If you are developing an application on top of the EESSI software stack, for example, this means you don’t need to invest heavily in configuring and maintaining a CI setup: EESSI does that for you so you can focus on your code. With the EESSI CI workflows you don’t have to worry about figuring out how to optimize build and runtime dependencies as these will be streamed seamlessly to your runner’s environment. Using the CI component in GitLab To showcase this, let’s create a simple R package that just outputs a map of the European Union and Norway, and colours the participating countries in the MultiXscale CoE. We’ll make a package eessirmaps that relies on popular R packages ggplot2, sf, and rnaturalearth to render and save this map. Installing GIS tools for R can be somewhat cumbersome, which could become trickier if it has to be done in a CI environment. This is because sf requires system packages libgdal-dev and libproj-dev, which would add yet another step, complicating our CI workflow. Thankfully, EESSI makes a lot of the packages dependencies available to us from the start, as well as a fully functioning version of R, and the necessary package dependencies to boot! As far as setup goes, this results in a simple CI workflow: Note how we simply include the EESSI GitLab CI component and set up a blank directory for our user R libraries. Remember, because of EESSI, the environment that you develop in will be exactly the same as the one the CI is run in. Apart from the rnaturalearthdata R package, all the other dependencies are taken care of by the R-bundle-CRAN/2023.12-foss-2023a EESSI module. This is true for the system and R package dependencies. Then we simply have to install our package to the CI environment and call the multixscale_map() function to produce the plot, which is uploaded as an artifact from the CI environment. We can then retrieve the artifact archive, unpack it and obtain the map.
Our coordinator, Matej Praprotnik from Kemijski inštitut – National Institute of Chemistry, was invited to present MultiXscale CoE at the OpenModel Exploitation Workshop, on 18 September, in Hamburg (Germany). During the event, OpenModel partners presented various project components developed for running workflows, which included interactive demos and real-world success stories. OpenModel is an integrated open access materials modelling innovation platform for Europe. Its primary goal is to design, create, provide, and maintain a sustainable platform that seamlessly integrates third-party physics-based models, solvers, post-processors, and databases.
17 October 2024 | 09:00 -13:00 CEST The goal of the MultiXscale EuroHPC Centre-of-Excellence is to enable the simulation of hydrodynamics at different length scales, from atomistic to continuum models, on large scale HPC resources like those provided by EuroHPC systems. It will do this via 3 scientific showcases: This webinar provides an introduction to EESSI and demonstrates how it supports the development of the key MultiXscale application codes—LAMMPS, waLBerla, and ESPResSo. Discover how EESSI accelerates scientific software installations and development, enabling cutting-edge research in multiscale modeling across various scientific domains. Perfect for researchers, developers, and engineers looking to enhance their software efficiency. This webinar is a joint effort between the CoE MultiXscale EuroHPC and CECAM. Moderators: Matej Praprotnik (NIC), Sara Bonella (CECAM) Zoom link: https://epfl.zoom.us/s/63031772254 Program: 09:00 – 09:15 Welcome message and introduction (Matej Praprotnik, National Institute of Chemistry and Sara Bonella, CECAM) 09:15 – 09:45 Introduction to EESSI (Kenneth Hoste, Ghent University) 09:45 – 10:20 Improving the Scalability of Energy Materials Simulations in ESPResSo (Jean-Noël Grad, University of Stuttgart) 10:20 – 10:25 EESSI CI/CD services for ESPResSo and pyMBE (Alan O`Cais, University of Barcelona) 10:25 – 10:40 Q&A 10:40 – 11:00 Coffee break 11:00 – 11:20 Digital twin for ultrasound through OBMD plugin for LAMMPS (Tilen PotiskNational Institute of Chemistry) 11:20 – 11:40 Performance Portability and Scalability of Codes: Kokkos and ALL (Rodrigo Bartolomeu, Jülich Supercomputing Centre) 11:40 – 12:05 Usage of waLBerla for simulation of turbulent flows (Matteo Zanfrognini, LEONARDO) 12:05 – 12:10 Supporting waLBerla applications in EESSI(Alan O`Cais, University of Barcelona) 12:10 – 12:30 Mesoscopic simulations of full supercapacitors using pystencils in EESSI (Céline Merlet, University of Toulouse) 12:30 – 13:00 Q&A
Alan O ‘Cais presented MultiXScale and EESSI as part of the Nordic Industry Days 2024 – Supercomputing the gateway to AI, which took place 2-3 September 2024 in Copenhagen. It was a collaboration between the EuroCC competence centres in Denmark, Norway, Finland, Iceland, and Sweden, as well as Dansk Industri. More on the agenda and topics can be found here https://enccs.se/events/nordic-indust….
EESSI has been nominated for the HPCwire Readers’ Choice Awards 2024, in the “Best HPC Programming Tool or Technology” category. You can help us win the award by joining the vote. To vote, you should: 1) Fill out and submit the form to register yourself as an HPCWire reader and access your ballot; 2) Access your ballot here; 3) Select your favorite in one or more categories; 4) Submit your vote by filling in your name, organisation, and email address (to avoid ballot stuffing), and hitting the Done button. Note that you are not required to vote for all categories, you can opt for only voting for one particular nominee in only one of the categories. For example, you could vote for European Environment for Scientific Software Installations (EESSI) in category 13: Best HPC Programming Tool or Technology.
The poster session of the ESPResSo summer school is a great opportunity to present your research and engage in meaningful discussions with soft matter experts and ESPResSo/waLBerla/pyMBE developers. It serves not only as a platform to present your work to your peers but also as a chance to network, gather feedback, and foster collaborations that can extend well beyond the duration of the event. Everyone bringing a poster is invited to present it in a 1 minute lightning talk during the poster session. The poster boards will remain up for the entire duration of the school. The school will focus on coarse-grained and lattice-based simulations methods to model soft matter systems at mesoscopic length and time scales. We will simulate coarse-grained ionic liquids in electrolytic capacitors, coarse-grained liquids with machine-learned effective potentials, polymer diffusion, hydrodynamic interactions via the lattice-Boltzmann method, and electrokinetics and catalysis with diffusion-advection-reaction solvers. Lectures will provide an introduction to the physics and simulation model building as well as an overview of the necessary simulation algorithms to resolve physical processes at different time scales. During the afternoon, students will practice running their own simulations in hands-on sessions using ESPResSo and waLBerla. Time will be dedicated to research talks and poster sessions. Invited speakers: We invite all interested to attend the ESPResSo summer school “Simulating soft matter across scales” on October 7-11, 2024, University of Stuttgart, Germany. Attendance to the summer school is free of charge. To register, go to https://www.cecam.org/workshop-details/1324 and write a short motivation and CV. You can submit a poster abstract until September 27th, 2024.
EuroCC Austria and Slovenia are organizing an exciting Sprint Training Event: Introduction to EESSI – European Environment for Scientific Software Installations, together with CoE MultiXscale on 4 October 2024. The European Environment for Scientific Software Installations (EESSI – pronounced “easy”) is a common stack of scientific software for HPC systems and beyond, including laptops, personal workstations, and cloud infrastructure. In many ways it works like a streaming service for scientific software, instantly giving you the software you need, when you need it, and compiled to work efficiently for the architecture you have access to. In this 2-hour online workshop, we’ll explain what EESSI is, how it is being designed, how to get access to it, and how to use it. We’ll give a number of demonstrations and you can try EESSI out yourself. Lecturers Course event page: https://events.vsc.ac.at/e/EESSI-2024-10 Registration: https://events.vsc.ac.at/event/141/registrations/137/
In collaboration with the SKA project, we demonstrated the successful use of European Environment for Scientific Software Installations (EESSI) to run radio astronomy analyses on the globally distributed SRCnet infrastructure. The SKA project faces an immense challenge as it must process and analyze an estimated 700 PB of data each year while operating across a globally distributed infrastructure. It is crucial to ensure that the right software is delivered to the correct locations with optimal performance in order to effectively handle this massive amount of data. By deploying software across multiple SKA regional centres, including those in the Netherlands, Japan, Korea, and Canada, we showcased how EESSI enables seamless and efficient data processing. This proof of concept highlighted the flexibility of EESSI across a variety of systems, such as HPC, Cloud, and Kubernetes, meeting the complex requirements of the SKA’s high-performance data analysis needs. As a proof of concept, we deployed various pieces of software that are normally used as part of a radio astronomy analysis pipeline (AOFlagger, Casacore, IDG, EveryBeam, DP3 and WSClean) through EESSI. This allowed the SKA regional centers to run this pipeline on any node of their distributed infrastructure without the need for downloading complete containers first. EESSI’s capability to optimize software for various CPU models and reduce network traffic and startup latency proved invaluable, which has been shown to deliver up to 30% performance improvements for certain use cases. While EESSI may not be a one-size-fits-all solution for SKA, its key technologies can play an important role in helping to meet these demands. By adopting and integrating select components of EESSI, SKA can improve the efficiency and performance of its software stack.