Skip to content

Parallel runtime library design doc (PRIF) #76088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions flang/docs/ParallelMultiImageFortranRuntime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--===- docs/ParallelMultiImageFortranRuntime.md

Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
See https://llvm.org/LICENSE.txt for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

-->

# Multi-Image Parallel Fortran Runtime


The Parallel Runtime Interface for Fortran (PRIF) defines an
interface designed for LLVM Flang to target implementations of
Fortran's multi-image parallel features.

The current revision of the PRIF specification is here:
<https://doi.org/10.25344/S4CG6G>

1 change: 1 addition & 0 deletions flang/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ on how to get in touch with us and to learn more about the current status.
OpenMP-semantics
OptionComparison
Overview
ParallelMultiImageFortranRuntime
ParameterizedDerivedTypes
ParserCombinators
Parsing
Expand Down