Skip to content

Commit

Permalink
feat: update README for presets
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSeemaier committed Apr 24, 2024
1 parent ba29597 commit 5707648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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=<default|distributed>
cmake --build build --parallel
```

Expand All @@ -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 ...

Expand Down

0 comments on commit 5707648

Please sign in to comment.