Botxan / Routing-record-calculator

Simple program to calculate routing records in different network topologies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Routing Record calculator

Simple program developed in C with the aim of calculating the routing records between two nodes within different topologies, such as meshes, torus or hypercubes.


Compile

In the root directory:

make

Usage

./calculate_routing_records <dimensions> <processors per dimension> <use_rings> <source node> <destination_node>

Examples

imagen

imagen

imagen

imagen

imagen

imagen

About

Simple program to calculate routing records in different network topologies.


Languages

Language:C 95.9%Language:Makefile 4.1%