Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JolifantoBambla authored Sep 13, 2024
1 parent b182ada commit e4f909c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@ target_link_libraries(${YOUR_TARGET} trichi)

### CMake options

Build with Metis

Build Multithreaded
- `TRICHI_PARALLEL`: build multithreaded version

## Usage

```cpp
#include "trichi.hpp"

// todo: docs & api
trichi::build_cluster_hierarchy(/* ... */);
const auto clusterHierarchy = trichi::build_cluster_hierarchy(/* ... */);
```


Expand Down

0 comments on commit e4f909c

Please sign in to comment.