You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**StreamCPI** is a framework for reducing the memory consumption of streaming graph partitioners by **C**ompressing the array of block assignments
4
6
(**P**artition **I**ndices) used by such partitioners. In particular, StreamCPI utilizes run-length data compression to encode runs of repeating block assignments generated by the streaming partitioner on-the-fly.
@@ -93,4 +95,4 @@ To partition a generated RGG2D graph using StreamCPI, run
93
95
./stream_cpi_generated <partition_output_filename> --k=<number of blocks> --rle_length=<mode> --kappa=<scaling factor> --rgg2d --nodes_to_generate=<n> --kagen_r=<radius of RGG graph generation> --kagen_chunk_count=<num. of chunks within which to generate graph>
94
96
```
95
97
96
-
Please refer to https://github.com/adilchhabra/KaGen to learn more about the graph generation models and their corresponding parameters.
98
+
Please refer to https://github.com/adilchhabra/KaGen to learn more about the graph generation models and their corresponding parameters.
0 commit comments