INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
|
k-ary n-tree topology tools. More...
#include "globals.h"
Functions | |
void | create_fattree () |
void | create_thintree () |
void | create_slimtree () |
routing_r | fattree_rr_adapt (long source, long destination) |
routing_r | thintree_rr_adapt (long source, long destination) |
routing_r | slimtree_rr_adapt (long source, long destination) |
k-ary n-tree topology tools.
FSIN Functional Simulator of Interconnection Networks Copyright (2003-2011) J. Miguel-Alonso, J. Navaridas
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
void create_fattree | ( | ) |
Creates a fat tree topology.
This function defines all the links between the elements in the network.
void create_slimtree | ( | ) |
Creates a slim tree topology.
This function defines all the links between the elements in the network.
void create_thintree | ( | ) |
Creates a thin tree topology.
This function defines all the links between the elements in the network.
routing_r fattree_rr_adapt | ( | long | source, |
long | destination | ||
) |
Generates the routing record for a k-ary n-tree.
This function allows adaptive routing because no route is defined here.
source | The source node of the packet. |
destination | The destination node of the packet. |
routing_r slimtree_rr_adapt | ( | long | source, |
long | destination | ||
) |
Generates the routing record for a slimtree.
This function allows adaptive routing because no route is defined here.
source | The source node of the packet. |
destination | The destination node of the packet. |
routing_r thintree_rr_adapt | ( | long | source, |
long | destination | ||
) |
Generates the routing record for a thin tree.
This function allows adaptive routing because no route is defined here.
source | The source node of the packet. |
destination | The destination node of the packet. |