Next: 2.3 Parallel extensions of
Up: 2.2 Topologies
Previous: 2.2.7 The DeBrujin network
  Contents
2.2.8 Free topology
Basic idea: Mapping of data relations (e.g., domain decomposition)
onto the processes/nodes such that
geometrical neighbors are represented by an edge in the
graph of the topology.
- Up to
links per node necessary.
- Diameter can be reduced to
.
- Only as virtual topology available.
- Very efficient hardware is necessary,
especially the passing of data over a node (hop)
should not influence the arithmetic performance of that node
at all.
Communication and arithmetics should run
in parallel on one node
(e.g., T805 by Inmos).
- Support by parallel extensions of OS and libraries (PARIX, PVM, MPI).
Gundolf Haase
2000-03-20