forked from KaHIP/KaHIP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES
25 lines (21 loc) · 961 Bytes
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=================================================
A Format
=================================================
For a description of the graph format please have look into the manual.
=================================================
B Example partitioner call
=================================================
./deploy/kaffpa examples/delaunay_n15.graph --k 2 --preconfiguration=strong
=================================================
C Upcoming features
=================================================
upcoming releases will have:
- fully support for 64bit (by integrating a compiler switch)
- edge ratings and algorithms to improve max communication volume
- more functions in the library (accessable through the interface)
- add the possibility to compile on windows
=================================================
D Known Issues
=================================================
- please don't use comments in your graph files
- use at least g++ 4.5