High-Performance Design Patterns for Modern Fortran
- Department of Informatics, University of Bergen, 5020 Bergen, Norway
- Sandia National Laboratories, Livermore, CA 94550, USA
- Stanford University, Stanford, CA 94305, USA
- EXA High Performance Computing, 1087 Nicosia, Cyprus
This paper presents ideas for using coordinate-free numerics in modern Fortran to achieve code flexibility in the partial differential equation (PDE) domain. We also show how Fortran, over the last few decades, has changed to become a language well-suited for state-of-the-art software development. Fortran’s new coarray distributed data structure, the language’s class mechanism, and its side-effect-free, pure procedure capability provide the scaffolding on which we implement HPC software. These features empower compilers to organize parallel computations with efficient communication. We present some programming patterns that support asynchronous evaluation of expressions comprised of parallel operations on distributed data. We implemented these patterns using coarrays and the message passing interface (MPI). We compared the codes’ complexity and performance. The MPI code is much more complex and depends on external libraries. The MPI code on Cray hardware using the Cray compiler is 1.5–2 times faster than the coarray code on the same hardware. The Intel compiler implements coarrays atop Intel’s MPI library with the result apparently being 2–2.5 times slower than manually coded MPI despite exhibiting nearly linear scaling efficiency. As compilers mature and further improvements to coarrays comes in Fortran 2015, we expect this performance gap to narrow.
- Sponsoring Organization:
- USDOE
- Grant/Contract Number:
- AC02-05CH11231; AC04-94AL85000
- OSTI ID:
- 1197692
- Journal Information:
- Scientific Programming, Journal Name: Scientific Programming Vol. 2015; ISSN 1058-9244
- Publisher:
- Hindawi Publishing CorporationCopyright Statement
- Country of Publication:
- Egypt
- Language:
- English
Retire Fortran?
|
journal | August 1992 |
The Tau Parallel Performance System
|
journal | May 2006 |
Similar Records
Framework for Extensible, Asynchronous Task Scheduling (FEATS) in Fortran
Caffeine: CoArray Fortran Framework of Efficient Interfaces to Network Environments