From ae314217516217414dba1d801695ed7c5916f96f Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Mon, 17 Aug 2026 18:32:23 -0700 Subject: [PATCH 1/4] doc(README): update nagfor build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb9cf1009..fba5816e8 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,11 @@ GCC/[OpenCoarrays]|13 |parallel|`fpm test --compiler caf --runner "c GCC |14-16 |serial |`fpm test --compiler gfortran --profile release` GCC |13 |serial |`fpm test --compiler gfortran --profile release --flag -ffree-line-length-none` Intel |2025.2-2026.0 |parallel|`FOR_COARRAY_NUM_IMAGES=2 fpm test --compiler ifx --flag "-fpp -O3 -coarray" --profile release` -LFortran |0.61-0.63 |serial |`fpm test --compiler lfortran --flag "--cpp --realloc-lhs-arrays --separate-compilation"` -NAG |7.2, Build 7235|parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --flag "-fpp -O3 -coarray"` +LFortran |0.61-0.63 |serial |`fpm test --compiler lfortran --flag "--cpp --realloc-lhs-arrays --separate-compilation"` +NAG |7.2 (-) |parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --profile release --flag -fpp` (+) Support for LLVM flang version 19 is deprecated, and may be removed in a future release. +(-) Using NAG requires an `fpm` installation containing [PR 1312](https://github.com/fortran-lang/fpm/pull/1312) The test output reports a test as skipped if there is a known issue that blocks the tested feature with the chosen compiler version or platform. Due to a From 40ebb7e26e0335734384e78d2e16afc831901211 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Mon, 17 Aug 2026 21:56:07 -0700 Subject: [PATCH 2/4] doc(README): rm --profile from nagfor fpm command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba5816e8..278b93520 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ GCC |14-16 |serial |`fpm test --compiler gfortran --prof GCC |13 |serial |`fpm test --compiler gfortran --profile release --flag -ffree-line-length-none` Intel |2025.2-2026.0 |parallel|`FOR_COARRAY_NUM_IMAGES=2 fpm test --compiler ifx --flag "-fpp -O3 -coarray" --profile release` LFortran |0.61-0.63 |serial |`fpm test --compiler lfortran --flag "--cpp --realloc-lhs-arrays --separate-compilation"` -NAG |7.2 (-) |parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --profile release --flag -fpp` +NAG |7.2 (-) |parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --flag "-O4 -fpp"` (+) Support for LLVM flang version 19 is deprecated, and may be removed in a future release. (-) Using NAG requires an `fpm` installation containing [PR 1312](https://github.com/fortran-lang/fpm/pull/1312) From ac382d41d53a99da500f78f03beeaca83c86ead7 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Mon, 17 Aug 2026 22:06:35 -0700 Subject: [PATCH 3/4] doc(README): fix nagfor parallel build command Co-authored-by: Dan Bonachea --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 278b93520..af92c09f1 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ GCC |14-16 |serial |`fpm test --compiler gfortran --prof GCC |13 |serial |`fpm test --compiler gfortran --profile release --flag -ffree-line-length-none` Intel |2025.2-2026.0 |parallel|`FOR_COARRAY_NUM_IMAGES=2 fpm test --compiler ifx --flag "-fpp -O3 -coarray" --profile release` LFortran |0.61-0.63 |serial |`fpm test --compiler lfortran --flag "--cpp --realloc-lhs-arrays --separate-compilation"` -NAG |7.2 (-) |parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --flag "-O4 -fpp"` +NAG |7.2 (-) |parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --flag "-O4 -fpp -coarray"` (+) Support for LLVM flang version 19 is deprecated, and may be removed in a future release. (-) Using NAG requires an `fpm` installation containing [PR 1312](https://github.com/fortran-lang/fpm/pull/1312) From 9773127549ba098a60f60d5aff476adc398795d0 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Tue, 18 Aug 2026 07:26:48 -0700 Subject: [PATCH 4/4] doc(README): specify OS for fpm issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af92c09f1..b92c9ab51 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ LFortran |0.61-0.63 |serial |`fpm test --compiler lfortran --flag NAG |7.2 (-) |parallel|`NAGFORTRAN_NUM_IMAGES=2 fpm test --compiler nagfor --flag "-O4 -fpp -coarray"` (+) Support for LLVM flang version 19 is deprecated, and may be removed in a future release. -(-) Using NAG requires an `fpm` installation containing [PR 1312](https://github.com/fortran-lang/fpm/pull/1312) +(-) Using NAG on macOS requires an `fpm` installation containing [PR 1312](https://github.com/fortran-lang/fpm/pull/1312) The test output reports a test as skipped if there is a known issue that blocks the tested feature with the chosen compiler version or platform. Due to a