Analysis of Asynchronous Polynomial Root Finding Methods on a Distributed Memory Multicomputer

  • Authors:
  • M. Cosnard;P. Fraigniaud

  • Affiliations:
  • -;-

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 1994

Quantified Score

Hi-index 0.01

Visualization

Abstract

We have studied various implementations of iterative polynomial root finding methods on a distributed memory multicomputer. These methods are based on the construction of a sequence of approximations that converge to the set of zeros. The synchronous version consists in sharing the computation of the next iterate among the processors and updating their data through a total exchange of their results. In order to decrease thecommunication cost, we introduce asynchronous versions. The computation of the nextiterate is still shared among the processor, but the updating is done by using only nearestneighbor communications. We prove that under weak conditions, these asynchronousversions are still locally convergent, even if their convergence orders are reduced. Weanalyze the behavior of the asynchronous methods in function of their delay, thetopology of the interconnection network, and the elementary computation andcommunication times. We have implemented and compared these methods on ahypercube multicomputer.