From 5707648cc86fa1419430d96687da5e863913dfe6 Mon Sep 17 00:00:00 2001 From: Daniel Seemaier Date: Wed, 24 Apr 2024 15:19:32 +0200 Subject: [PATCH] feat: update README for presets --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index c47f890e..32c39592 100644 --- a/README.MD +++ b/README.MD @@ -21,7 +21,7 @@ Moreover, for large values of k, it is an order of magnitude faster than competi Build KaMinPar following the standard CMake steps: ```shell -cmake -B build -DCMAKE_BUILD_TYPE=Release -DKAMINPAR_BUILD_DISTRIBUTED=On +cmake -B build -DCMAKE_BUILD_TYPE=Release --preset= cmake --build build --parallel ``` @@ -43,7 +43,7 @@ Presets can be viewed by using the `--dump-config` flag; to use a custom preset, ```shell # Write the default preset to a file -./KaMinPar [-P default|strong|largek] --dump-config > my_preset.ini +./KaMinPar -P default --dump-config > my_preset.ini # ... modify the configuration by editing my_preset.ini ...