Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions flang/docs/ParallelMultiImageFortranRuntime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!--===- 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

LLVM Flang targets the Parallel Runtime Interface for Fortran (PRIF) for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's premature to say that LLVM Flang targets PRIF. I'm looking forward to a day when all of the hard-work on PRIF is rewarded with an upstream implementation! Until then, how about rewording this to be (roughly):
PRIF defines an interface designed for LLVM Flang to target implementations of Fortran's multi-image parallel features

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your comment @sscalpone. As you suggested, we have updated the text to address your feedback.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very well done. Thank you!

runtime support 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
Loading