NASA Logo

NTRS

NTRS - NASA Technical Reports Server

Back to Results
Framework for Extensible, Asynchronous Task Scheduling (FEATS) in FortranMost parallel scientific programs contain compiler directives (pragmas) such as those from OpenMP, explicit calls to runtime library procedures such as those implementing the Message Passing Interface (MPI), or compiler-specific language extensions such as those provided by CUDA. By contrast, the recent Fortran standards empower developers to express parallel algorithms without directly referencing lower-level parallel programming models. Fortran’s parallel features place the language within the Partitioned Global Address Space (PGAS) class of programming models. When writing programs that exploit data-parallelism, application developers often find it straightforward to develop custom parallel algorithms. Problems involving complex, heterogeneous, staged calculations, however, pose much greater challenges. Such applications require careful coordination of tasks in a manner that respects dependencies prescribed by a directed acyclic graph. When rolling one’s own solution proves difficult, extending a customizable framework becomes attractive. The paper presents the design, implementation, and use of the Framework for Extensible Asynchronous Task Scheduling (FEATS), which we believe to be the first task-scheduling tool written in modern Fortran. We describe the benefits and compromises associated with choosing Fortran as the implementation language, and we propose ways in which future Fortran standards can best support the use case in this paper.
Document ID
20230001092
Acquisition Source
Langley Research Center
Document Type
Conference Paper
Authors
Brad Richardson
(Archaeologic Inc. Oakland CA, USA)
Damian Rouson
(Lawrence Berkeley National Laboratory Berkeley, California, United States)
Harris Snyder
(Archaeologic Inc. Oakland CA, USA)
Robert Singelterry
(Langley Research Center Hampton, Virginia, United States)
Date Acquired
January 23, 2023
Publication Date
February 15, 2023
Publication Information
Subject Category
Computer Programming and Software
Meeting Information
Meeting: Workshop on Asynchronous Many-Task Systems and Applications
Location: Baton Rouge, LA
Country: US
Start Date: February 15, 2023
End Date: February 17, 2023
Sponsors: Louisiana State University
Funding Number(s)
CONTRACT_GRANT: 80NSSC20P2246
Distribution Limits
Public
Copyright
Portions of document may include copyright protected material.
Technical Review
NASA Technical Management
Keywords
Modern Fortran
Framework
coarray
Task scheduling
Coarray
No Preview Available