A method for asynchronous parallelization

  • Authors:
  • P. R. Itzigehl

  • Affiliations:
  • FFM, Werthhoven, Germany

  • Venue:
  • ICSE '88 Proceedings of the 10th international conference on Software engineering
  • Year:
  • 1988

Quantified Score

Hi-index 0.00

Visualization

Abstract

Asynchronous parallelization assists the utilization of parallel hardware by sequential software: A sequential program is decomposed into a program network according a given partition. Each generated program may run autonomous, dependencies are realized by communication statements.An algorithm is presented decomposing PASCAL programs and producing a Distributed-PASCAL program network.At last there is a description of an existing tool using the presented method, and an example will illustrate the method.