Design
ccmod.txt
Associated article: Predicting Communications Bottlenecks
Tags: Mobile Design
Published source code accompanying the article by Stathis Papaefstathiou in which he presents a model evaluation algorithm for calculating communication delays that occur during the execution of applications on any packet switching network. Also see CCMOD.ZIP.
Predicting Communications Bottlenecks by Stathis Papaefstathiou Listing One const int Nproc = 16; // # of PCs const int LperG = 4; // Links per switch group const int SwitchLinks = 32; // Links per switch const int LevelLinks = 16; // Links between switches int S1toS2[16]; // 1st switch -> 2nd ...


