Notified access in coarray-based hydrodynamics applications on many-core architectures: Design and performance
- National Center for Atmospheric Research (NCAR), Boulder, CO (United States)
With the increasing availability of the Remote Direct Memory Access (RDMA) support in computer networks, the so called Partitioned Global Address Space (PGAS) model has evolved in the last few years. Although there are several cases where a PGAS approach can easily solve difficult message passing situations, like in particle tracking and adaptive mesh refinement applications, the producer-consumer pattern, usually adopted in task-based parallelism, can only be implemented inefficiently because of the separation between data transfer and synchronization (which is usually unified in message passing programming models). Here, in this paper, we provide two contributions: (1) we propose an extension for the Fortran language that provides the concept of Notified Access by associating regular coarray variables with event variables. (2) We demonstrate that the MPI extension proposed by foMPI for Notified Access can be used effectively to implement the same concept in a PGAS run-time library like OpenCoarrays. Moreover, for a hydrodynamics mini-application, we found that Fortran 2018 events perform always better than Fortran 2008 sync statements on many-core processors. We finally show how the proposed Notified Access can improve the performance even more.
- Research Organization:
- Lawrence Berkeley National Laboratory (LBNL), Berkeley, CA (United States). National Energy Research Scientific Computing Center (NERSC); Univ. of California, Oakland, CA (United States)
- Sponsoring Organization:
- USDOE Office of Science (SC)
- Grant/Contract Number:
- AC02-05CH11231
- OSTI ID:
- 1543587
- Journal Information:
- Parallel Computing, Journal Name: Parallel Computing Journal Issue: C Vol. 75; ISSN 0167-8191
- Publisher:
- ElsevierCopyright Statement
- Country of Publication:
- United States
- Language:
- English
ARMCI: A portable remote memory copy library for distributed array libraries and compiler run-time systems
|
book | January 1999 |
Remote Memory Access Programming in MPI-3
|
journal | July 2015 |
Similar Records
Hybrid-view programming of nuclear fusion simulation code in the PGAS parallel programming language XcalableMP
Scheduling and Performance of Asynchronous Tasks in Fortran 2018 with FEATS