From 296adf934c980c37bd772b0315ff4f7fc4a93fd6 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Thu, 18 Apr 2024 21:00:58 -0700 Subject: [PATCH] doc(README): revert nag build instructions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b736586d..7c3d4c25 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,8 @@ Substitute the desired number of images for the `4` above. ### Testing with the Numerical Algorithms Group (`nagfor`) compiler ```zsh -fpm test --compiler nagfor --profile release --flag "-fpp" +fpm test --compiler nagfor --flag -fpp ``` -where the `--profile release` is required to work around a recently identified -compiler bug that necessitates using an optimization level above `-O0`. ### Building and testing with the Cray Compiler Environment (CCE) Because `fpm` uses the compiler name to determine the compiler identity and because @@ -149,4 +147,3 @@ documentation. [Building the documentation]: #building-the-documentation [Sourcery GitHub Pages site]: http://sourceryinstitute.github.io/sourcery/ [`ford`]: https://github.com/Fortran-FOSS-Programmers/ford -