[flang-commits] [flang] Parallel runtime library design doc (PRIF) (PR #76088)
Steve Scalpone via flang-commits
flang-commits at lists.llvm.org
Mon Jan 27 08:59:49 PST 2025
================
@@ -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
----------------
sscalpone wrote:
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`
https://github.com/llvm/llvm-project/pull/76088
More information about the flang-commits
mailing list