Enlarging the Scope of Vector-Based Computations: Extending Fortran 90 by Nested Data Parallelism

  • Authors:
  • K. T. P. Au;M. M. T. Chakravartyt;J. Darlington;Y. Guo;S. Jähnichen;M. Köhler;G. Kellert;W. Pfannenstielt;M. Simons

  • Affiliations:
  • -;-;-;-;-;-;-;-;-

  • Venue:
  • APDC '97 Proceedings of the 1997 Advances in Parallel and Distributed Computing Conference (APDC '97)
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes the integration of nested data parallelism into Fortran 90. Unlike flat data parallelism, nested data parallelism directly provides means for handling irregular data structures and certain forms of control parallelism, such as divide-and-conquer algorithms thus enabling the programmer to express such algorithms far more naturally. Existing work deals with nested data parallelism in a functional environment, which does help avoid a set of problems, but makes efficient implementations more complicated. Moreover functional languages are not readily accepted by programmers used to languages such as Fortran and C, which are currently predominant in programming parallel machines. In this paper, we introduce the imperative data-parallel language Fortran 90V and give an overview of its implementation.