From a7847a2e624b8d5a733e96a5137b663362f54618 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 13 Dec 2024 12:04:27 +0100 Subject: [PATCH] Remark about strategies added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a921f1..f34b6c1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The application is designed to make adding kernels and parallelization strategie - C++20 or higher - OpenMP support (for OpenMP 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: