FairMQ

FairMQ is designed to help implement large-scale data processing workflows needed in next-generation particle physics experiments.

8
mentions
18
contributors
1617 commits | Last commit 4 months ago

Cite this software

What FairMQ can do for you

FairMQ in a nutshell

Next-generation Particle Physics Experiments at GSI/FAIR and CERN are facing unprecedented data processing challenges. Expected data rates require a non-trivial amount of high performance compute (HPC) resources in the order of thousands of CPU/GPU cores per experiment. Online (synchronous) data processing (compression) is crucial to stay within storage capacity limits. The complexity of tasks that need to be performed during the online data processing is significantly higher than ever before. Classically, complex tasks like calibration and track finding run in an offline (asynchronous) environment. Now they have to run online in a high performance and high throughput environment.

The FairMQ C++ library is designed to aid the implementation of such large-scale online data processing workflows by

  • providing an asynchronous message passing abstraction that integrates different existing data transport technologies (no need to re-invent the wheel),
  • providing a reasonably efficient data transport service (zero-copy, high throughput - TCP, SHMEM and RDMA (removed in v1.5+) implementations available),
  • being data format agnostic (suitable data formats are usually experiment-specific), and
  • providing further basic building blocks such as a simple state machine-based execution framework and a plugin mechanism to integrate with external config/control systems.

FairMQ is not an end-user application, but a library and framework used by software experts to implement higher-level experiment-specific applications.

Screenshot of AliceO2 Debug GUI showing the data processing workflow of a single event processing nodeScreenshot of AliceO2 Debug GUI showing the data processing workflow of a single event processing node.

The screenshot shows a visualization of the data processing workflow on a single Alice event processing node (The "O2 Framework debug GUI" tool in the screenshot is part of the AliceO2 project). Data logically flows along the yellow edges (in this case via the FairMQ shmem data transport) through the various processing stages of which some are implemented as GPU and others as CPU algorithms.

Initially designed with the online data processing in mind, FairMQ has been successfully used to parallelize offline simulation and analysis workloads as well.

Logo of FairMQ
Keywords
Programming languages
  • C++ 90%
  • CMake 8%
  • C 1%
  • Python 1%
License
  • LGPL-3.0-only
</>Source code
Packages

Participating organisations

Helmholtz Centre for Heavy Ion Research (GSI)

Mentions

Contributors

MA
DK
Dennis Klein
TK
Thorsten Kollegger
AR
Alexey Rybalchenko
NW
Nicolas Winckler
LA
Laurent Aphecetche
SB
Sebastien Binet
GE
Giulio Eulisse
RK
Radoslaw Karabowicz
MK
Matthias Kretz
MK
Mikolaj Krzewicki
AL
Andrey Lebedev