[flang-commits] [flang] docs/ParallelMultiImageFortranRuntime: Update link to latest PRIF Specification (PR #159233)
Dan Bonachea via flang-commits
flang-commits at lists.llvm.org
Thu Sep 18 08:08:38 PDT 2025
https://github.com/bonachea updated https://github.com/llvm/llvm-project/pull/159233
>From a151e10ca95a806c9ea1f104bf63860ba6ad9caf Mon Sep 17 00:00:00 2001
From: Dan Bonachea <dobonachea at lbl.gov>
Date: Mon, 15 Sep 2025 17:48:46 -0700
Subject: [PATCH] docs/ParallelMultiImageFortranRuntime: Update link to latest
PRIF Specification
The PRIF Committee is pleased to announce the publication of the Parallel
Runtime Interface for Fortran (PRIF) Specification, Revision 0.6. The latest
iteration of this specification represents the efforts of a collaborative
design process involving multiple individuals across several institutions.
The document is available here: <https://doi.org/10.25344/S4M01X>
The PRIF specification is now governed by a formal PRIF Committee.
For more details, see: <https://go.lbl.gov/prif-governance>
The Committee vote to approve the technical content in this revision
began on 2025-08-22 and concluded on 2025-09-07 with unanimous approval.
The 7-day Committee comment period for cosmetic feedback began on
2025-09-08 and concluded on 2025-09-15 with no comments.
See the Change Log in Section 1 of the document for the list of changes
relative to the prior revision.
---
flang/docs/ParallelMultiImageFortranRuntime.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/docs/ParallelMultiImageFortranRuntime.md b/flang/docs/ParallelMultiImageFortranRuntime.md
index 8cf0055e5817b..cc6b5dadb1ad9 100644
--- a/flang/docs/ParallelMultiImageFortranRuntime.md
+++ b/flang/docs/ParallelMultiImageFortranRuntime.md
@@ -14,5 +14,5 @@ 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>
+<https://doi.org/10.25344/S4M01X>
More information about the flang-commits
mailing list