Welcome to the new version of CaltechAUTHORS. Login is currently restricted to library staff. If you notice any issues, please email coda@library.caltech.edu
Published November 1994 | public
Book Section - Chapter

Integrating parallel dataflow programming with the Ada tasking model

Abstract

This paper describes how parallel dataflow programming can be simply and efficiently integrated with the Ada tasking model. Three extensions to standard Ada are proposed: parallel composition of statements, a parallel for-loop statement, and single-assignment types. Using these constructs, parallel Ada programs can be written without explicit tasking, that are identical—except for two new reserved words—to sequential Ada programs that satisfy the same specifications. These programs can be developed as sequential programs, then executed as deterministic parallel programs for high performance. The proposed extensions are defined by transformation into standard Ada tasking, and can efficiently be implemented by straightforward preprocessing, without any change to the underlying Ada compiler or run-time system.

Additional Information

© 1994 ACM. This work was supported in part by Air Force Office of Scientific Research grant AFOSR-91-0070.

Additional details

Created:
August 20, 2023
Modified:
October 24, 2023