# Unified European Applications Benchmark Suite PRACE The Unified European Application Benchmark Suite (UEABS) is a set of currently 13 application codes taken from the pre-existing PRACE and DEISA application benchmark suites, and extended with the PRACE Accelerator Benchmark Suite. The objective is providing a single benchmark suite of scalable, currently relevant and publicly available application codes and datasets, of a size which can realistically be run on large systems, and maintained into the future. The UEABS activity was started during the PRACE-PP project and was publicly released by the PRACE-2IP project. The PRACE "Accelerator Benchmark Suite" was a PRACE-4IP activity. The UEABS has been and will be actively updated and maintained by the subsequent PRACE-IP projects. Each application code has either one, or two input datasets. If there are two datasets, Test Case A is designed to run on Tier-1 sized systems (up to around 1,000 x86 cores, or equivalent) and Test Case B is designed to run on Tier-0 sized systems (up to around 10,000 x86 cores, or equivalent). If there is only one dataset (Test Case A), it is suitable for both sizes of system. Contact: Walter Lioen Current Release --------------- The current release is Version 2.2 (December 20, 2022). See also the [release notes and history](RELEASES.md). Running the suite ----------------- Instructions to run each test cases of each codes can be found in the subdirectories of this repository. For more details of the codes and datasets, and sample results, please see the PRACE-6IP benchmarking deliverable [D7.5 "Evaluation of Benchmark Performance"](https://prace-ri.eu/wp-content/uploads/PRACE6IP-D7.4.pdf) (November 30, 2021). The application codes that constitute the UEABS are: ---------------------------------------------------
Application Lines of
Code
Parallelism Language Code Description/Notes
MPI OpenMP/
Pthreads
GPU Fortran Python C C++
Alya 600,000 X X X X The Alya System is a Computational Mechanics code capable of solving different physics, each one with its own modelization characteristics, in a coupled way. Among the problems it solves are: convection-diffusion reactions, incompressible flows, compressible flows, turbulence, bi-phasic flows and free surface, excitable media, acoustics, thermal flow, quantum mechanics (DFT) and solid mechanics (large strain).
Code_Saturne ~350,000 X X X X X X X The code solves the Navier-Stokes equations for incompressible/compressible flows using a predictor-corrector technique. The Poisson pressure equation is solved by a Conjugate Gradient preconditioned by a multi-grid algorithm, and the transport equations by Conjugate Gradient-like methods. Advanced gradient reconstruction is also available to account for distorted meshes.
CP2K ~1,150,000 X X X X CP2K is a freely available quantum chemistry and solid-state physics software package for performing atomistic simulations. It can be run with MPI, OpenMP and CUDA. All of CP2K is MPI parallelised, with some routines making use of OpenMP, which can be used to reduce the memory footprint. In addition some linear algebra operations may be offloaded to GPUs using CUDA.
GADGET 100,000+ X X X X GADGET-4 (GAlaxies with Dark matter and Gas intEracT), an evolved and improved version of GADGET-3, is a freely available code for cosmological N-body/SPH simulations on massively parallel computers with distributed memory. GADGET-4 supports collisionless simulations and smoothed particle hydrodynamics on massively parallel computers. All communication between concurrent execution processes is done either explicitly by means of the message passing interface (MPI), or implicitly through shared-memory accesses on processes on multi-core nodes. The code is mostly written in ISO C++ (assuming the C++11 standard), and should run on all parallel platforms that support at least MPI-3.
GPAW 132,000 X (X) X X GPAW is a density-functional theory (DFT) program for ab initio electronic structure calculations using the projector augmented wave method. It uses a uniform real-space grid representation of the electronic wavefunctions that allows for excellent computational scalability and systematic converge properties. The GPAW benchmark tests MPI parallelization and the quality of the provided mathematical libraries, including BLAS, LAPACK, ScaLAPACK, and FFTW-compatible library. There is also an experimental CUDA-based implementation for GPU systems, but it is not covered by this UEABS release.
GROMACS 862,079 X X X X X GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.
NAMD 887,547 X X X X NAMD is a widely used molecular dynamics application designed to simulate bio-molecular systems on a wide variety of compute platforms.
NEMO 154,240 X X X NEMO (Nucleus for European Modelling of the Ocean) is a mathematical modelling framework for research activities and prediction services in ocean and climate sciences developed by a European consortium. It is intended to be a tool for studying the ocean and its interaction with the other components of the earth climate system over a large number of space and time scales. It comprises of the core engines namely OPA (ocean dynamics and thermodynamics), SI3 (sea ice dynamics and thermodynamics), TOP (oceanic tracers) and PISCES (biogeochemical process).
PFARM 21,434 X X X X PFARM uses an R-matrix ab-initio approach to calculate electron-atom and electron-molecule collisions data for a wide range of applications including atrophysics and nuclear fusion. It is written in modern Fortran/MPI/OpenMP and exploits highly-optimised dense linear algebra numerical library routines.
QCD 100,000+ X X X X X The QCD benchmark is, unlike the other benchmarks in the PRACE application benchmark suite, not a full application but a set of 3 parts which are representative of some of the most compute-intensive parts of QCD calculations. The major application of the different parts consists of a Conjugate Gradient solver involving Wilson Dirac stencil in 4 dimension. Keywords of the QCD bencharmks kernels are: Domain Decomposition, Memory bandwidth, strong scaling, MPI latency.
Quantum ESPRESSO 92,996 X X X X Quantum Espresso is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials. It is written in MPI and OpenMP with a CUDA Fortran version available for Nvidia GPUs. In the benchmark suite we consider only the most used program, PWscf.
SPECFEM3D ~120,000 (100k Fortran & 20k C) X X X X X The software package SPECFEM3D simulates three-dimensional global and regional seismic wave propagation based upon the spectral-element method (SEM).
TensorFlow ~3,000,000 X X X X X X TensorFlow is a popular open-source library for symbolic math and linear algebra, with particular optimisation for neural-networks-based machine learning workflow. Maintained by Google, it is widely used for research and production in both the academia and the industry.
License ------- All UEABS application codes are covered by their own respective licenses. Code modificiations required by the UEABS might inherit the originating application's license. Creative Commons License
Unless stated otherwise, all work is licensed under a Creative Commons Attribution 4.0 International License. Acknowledgements ---------------- Co-Funded by the European Union This project has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2013) under grant agreements n° 211528 (PRACE-PP), n° 261557 (PRACE-1IP), n° 283493 (PRACE-2IP), n° 312763 (PRACE-3IP); and from the Horizon 2020 research and innovation programme under grant agreements No 653838 (PRACE-4IP), No 730913 (PRACE-5IP), No 823767 (PRACE-6IP).