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.
In the root directory:
make
./calculate_routing_records <dimensions> <processors per dimension> <use_rings> <source node> <destination_node>