- Kalpak Seal - 8241-7219
- Sagnik Ghosh - 3363-6044
After unzipping the file
cd proj2
mix run --no-halt proj2.exs node_count topology algorithm
Example:
cd proj2
mix run --no-halt proj2.exs 1000 honeycomb gossip
We have implemented all the desired topologies and implemented both the algorithms.
Topology | Gossip | Push Sum |
---|---|---|
line | 500 | 2000 |
full | 8000 | 3000 |
rand2D | 3000 | 5000 |
3DTorus | 8000 | 8000 |
Honeycomb | 4000 | 15000 |
randomHoneycomb | 10000 | 20000 |