Skip to content

Commit 8d21025

Browse files
everythingfunctionalktrasrousonbonachea
authored
[flang] Parallel runtime library design doc (PRIF) (#76088)
The Parallel Runtime Interface for Fortran (PRIF) specifies the interface design for supporting Fortran's multi-image parallel features in flang. --------- Co-authored-by: Katherine Rasmussen <[email protected]> Co-authored-by: Damian Rouson <[email protected]> Co-authored-by: Dan Bonachea <[email protected]>
1 parent 0f03050 commit 8d21025

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--===- docs/ParallelMultiImageFortranRuntime.md
2+
3+
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
See https://llvm.org/LICENSE.txt for license information.
5+
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
7+
-->
8+
9+
# Multi-Image Parallel Fortran Runtime
10+
11+
12+
The Parallel Runtime Interface for Fortran (PRIF) defines an
13+
interface designed for LLVM Flang to target implementations of
14+
Fortran's multi-image parallel features.
15+
16+
The current revision of the PRIF specification is here:
17+
<https://doi.org/10.25344/S4CG6G>
18+

flang/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ on how to get in touch with us and to learn more about the current status.
7878
OpenMP-semantics
7979
OptionComparison
8080
Overview
81+
ParallelMultiImageFortranRuntime
8182
ParameterizedDerivedTypes
8283
ParserCombinators
8384
Parsing

0 commit comments

Comments
 (0)