Magritte-code / Paracabs

Parallelization and acceleration abstractions for performance scaling and portability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paracabs

Build Status

Parallelization and acceleration abstractions for code and performance portability. By abstracting away the implementation specifics, we provide a limited but unified interface for parallelization and acceleration.

Abstraction back ends

Multi-threading

  • OpenMP

Message passing

  • MPI

Acceleration

  • CUDA
  • SYCL

Disclaimer

This library was built for use in the 3D radiative transfer code Magritte.

References

This library is largely inspired by, but not as complete as:

  • Grid, by Peter Boyle et al.
  • Hemi, by Mark Harris et al.
  • Eigen

About

Parallelization and acceleration abstractions for performance scaling and portability.

License:GNU Affero General Public License v3.0


Languages

Language:C++ 86.4%Language:CMake 13.0%Language:Shell 0.5%