5 Commits

Author SHA1 Message Date
Dan Bonachea
a58038307a
[flang] Document experimental support for multi-image features (#178011)
This PR updates flang's Fortran standard conformance documentation to
reflect the recent addition of experimental support for multi-image
features.

PRs implementing that support include:
* #151675
* #154081
* #154770
* #154166
* #165573
2026-01-28 10:11:35 -08:00
Tarun Prabhu
6a7d550bd8
[flang][NFC] Strip trailing whitespace from markdown files (2 of 2)
Strip trailing whitespace from the remaining markdown files. This
completes the sequence of NFC commits cleaning up trailing
whitespace from markdown files.
2025-12-23 07:46:57 -07:00
Dan Bonachea
5836d45984
docs/ParallelMultiImageFortranRuntime: Update link to latest PRIF Specification (#172747)
The PRIF Committee is pleased to announce the publication of the
Parallel Runtime Interface for Fortran (PRIF) Specification, Revision
0.7. 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/S46S3W>

The PRIF specification is 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-11-24 and concluded on 2025-12-08 with unanimous approval.

The 7-day Committee comment period for cosmetic feedback began on
2025-12-08 and concluded on 2025-12-15 with no comments.

See the Change Log in Section 1 of the document for the list of changes
relative to the prior revision.
2025-12-18 15:34:36 -08:00
Dan Bonachea
652325866a
[flang] Update docs link to latest PRIF Specification (#159233)
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.
2025-09-18 09:57:32 -07:00
Brad Richardson
8d21025c3a
[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 <krasmussen@lbl.gov>
Co-authored-by: Damian Rouson <rouson@lbl.gov>
Co-authored-by: Dan Bonachea <dobonachea@lbl.gov>
2025-07-16 10:14:26 -07:00