- THIS_INSERT("none", "no load-balancing", process);
- THIS_INSERT("simple", "balance with least loaded neighbor",
- loba_simple);
+ NOL_INSERT("line", "line topology, initial load at one end", xxx);
+ NOL_INSERT("ring", "ring topology", xxx);
+ NOL_INSERT("star", "star topology, initial load at center", xxx);
+ NOL_INSERT("clique", "all connected topology", xxx);
+ NOL_INSERT("btree", "binary tree topologym intiial load at root", xxx);
+ NOL_INSERT("hcube", "hypercube topology", xxx);