Next: Global Equivalencing
Up: Parallel Cluster Algorithms
Previous: MIMD Local Propagation
There is a large literature of parallel algorithms for pixel connectivity
and connected component labeling applications in image processing.
But many of these are useless for spin models:
- Pixel connectivity is a special case of component labeling, and some
of the algorithms cannot be generalized.
- Most computer science analysis of algorithms concentrates on
worse case complexity. We are interested only in
average time complexity to label a large number of
configurations.
- Algorithms with optimal asymptotic efficiencies are
not necessarily optimal on real machines.
For one ``asymptotically optimal'' parallel component labeling algorithm,
need
processors to get a speedup of 1!
- Some algorithms may work well on small, regular objects,
but not on large, irregular spin model clusters.
Paul Coddington, Northeast Parallel Architectures Center at Syracuse University, paulc@npac.syr.edu