SIMON: A Simulator of Multicomputer Networks

Richard M. Fujimoto

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-83-140
August 1983

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1983/CSD-83-140.pdf

This document describes a simulator for modelling execution of parallel programs on a multiprocessor. The simulator executes a set of programs as if each were run on a separate processor, and compiles statistics for the entire run. A portion of the simulator, known as the "switch model", simulates the exchange of messages among the processors through an interconnection network. The simulator was developed to allow different types of interconnection hardware (e.g. packet switches, crossbars, etc.) to be modelled by simply "plugging in" the appropriate switch model.

Applications are programmed as a set of communicating tasks (processes). The interface seen by the applications programmer is discussed, and in particular, the communications mechanism is described in detail. Examples are given. Finally, the implementation of Simon is described.


BibTeX citation:

@techreport{Fujimoto:CSD-83-140,
    Author = {Fujimoto, Richard M.},
    Title = {SIMON: A Simulator of Multicomputer Networks},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1983},
    Month = {Aug},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1983/5285.html},
    Number = {UCB/CSD-83-140},
    Abstract = {This document describes a simulator for modelling execution of parallel programs on a multiprocessor. The simulator executes a set of programs as if each were run on a separate processor, and compiles statistics for the entire run. A portion of the simulator, known as the "switch model", simulates the exchange of messages among the processors through an interconnection network. The simulator was developed to allow different types of interconnection hardware (e.g. packet switches, crossbars, etc.) to be modelled by simply "plugging in" the appropriate switch model.  <p>  Applications are programmed as a set of communicating tasks (processes).  The interface seen by the applications programmer is discussed, and in particular, the communications mechanism is described in detail. Examples are given. Finally, the implementation of Simon is described.}
}

EndNote citation:

%0 Report
%A Fujimoto, Richard M.
%T SIMON: A Simulator of Multicomputer Networks
%I EECS Department, University of California, Berkeley
%D 1983
%@ UCB/CSD-83-140
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1983/5285.html
%F Fujimoto:CSD-83-140