Remark about strategies added

This commit is contained in:
Patrick Lipka 2024-12-13 12:04:27 +01:00
parent 3f9e253f23
commit a7847a2e62
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ The application is designed to make adding kernels and parallelization strategie
- C++20 or higher - C++20 or higher
- OpenMP support (for OpenMP parallelization strategy) - OpenMP support (for OpenMP parallelization strategy)
- Eventify library (for Eventify parallelization strategy) - Eventify library (for Eventify parallelization strategy)
- Limitation: Providing installs for all implemented parallelization strategies is mandantory at this point. Selective compilation of strategies might be added later if needed.
### Dependencies: ### Dependencies: