A New Network Topology with Multiple Meshes

  • Authors:
  • Debasish Das;Mallika De;Bhabani P. Sinha

  • Affiliations:
  • Indian Statistical Institute, Calcutta, India;Univ. of Kalyani, Kalyani, India;Indian Statistical Institute, Calcutta, India

  • Venue:
  • IEEE Transactions on Computers
  • Year:
  • 1999

Quantified Score

Hi-index 14.98

Visualization

Abstract

This paper introduces a new network topology, called Multi-Mesh (MM), which uses multiple meshes as the basic building blocks interconnected in a suitable manner. The proposed network consists of $n^4$ processors and is 4-regular with a diameter of $2n$. The network also contains a Hamiltonian cycle. Simple routing algorithms for point-to-point communication, one-to-all broadcast, and multicast have been described for this network. It is shown that a simple $n^2\times n^2$ mesh can also be emulated on this network in O(1) time. Several application examples have been discussed for which this network is found to be more efficient with regard to computational time than the corresponding mesh with the same number of processors. As examples, O$(n)$ time algorithms for finding the sum, average, minimum, and maximum of $n^4$ data values, located at $n^4$ different processors have been discussed. Time-efficient implementations of algorithms for solving nontrivial problems, e.g., Lagrange's interpolation, matrix transposition, matrix multiplication, and Discrete Fourier Transform (DFT) computation have also been discussed. The time complexity of Lagrange's interpolation on this network is O$(n)$ for $n^2$ data points compared to O($n^2$) time on mesh of the same size. Matrix transpose requires O$(n^{0.5}$) time for an $n \timesn$ matrix. The time for multiplying two $n\times n$ matrices is O$(n^{0.6})$ with an AT-cost of O$(n^3)$. DFT of $n$ sample points can be computed in O$(n^{0.6})$ time on this network. Papers [6], [7] show that $n^4$ data elements can be sorted on this network in $O(n)$ time.