|
|
|
In fact, the date items transmitted through the interconnection network is same as messages exchanged on a computer network (but the distances traveled is usually smaller in the MIMD.
Because the size of the messages are variable, switching networks used in the Shared Memory MIMD are not well-suited for Message-Passing MIMD, because the control of the timing in the switching fabric is very complex.
Example: o
1D, 2D and 3D Hypercubes | 4D Hypercube |
---|---|
and find the first bit in which the pattern differ.
Example:
The transputer (transistor computer) was the first general purpose microprocessor designed specifically to be used in parallel computing systems. The goal was to produce a family of chips ranging in power and cost that could be wired together to form a complete computer. The name was selected to indicate the role the individual transputers would play: numbers of them would be used as basic building blocks, just as transistors had earlier. Originally the plan was to make the transputer cost only a few dollars per unit. |
People envisioned to make a very inexpensive complete computer
(very limited instruction set and a small memory - the first transputer
only has 4K memory)
A computer would consists of hundred of thousands of transputers - interconnected with one another
|
The price tag of Message-passing MIMDs depends a lot on how much you want to pay for the interconnection network - which can be cheap (like Ethernet) or quick expensive (InfiniBand).
So far InfiniBand has become the
de-facto interconnect of choice
for high performance computing, and its adoption
as seen in the TOP500 supercomputers list is faster than Ethernet.
(Wikipedia)
The InfiniBand specification defines the raw bandwidth of the base 1x connection at 2.5Gb per second. It then specifies two additional bandwidths, referred to as 4x and 12x, as multipliers of the base link rate. (4x rates - 10 Gbps are already available) (OreillyNet) New switch systems based on the InfiniScale IV architecture supporting up to 40Gb/s per port and 120Gb/s for inter-switch links are expected to be available in the latter part of 2008 from several leading server and infrastructure system OEMs. ( click here ) |