Skip to content

Commit

Permalink
doc(README): revert nag build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Apr 19, 2024
1 parent 275e446 commit 296adf9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 296adf9

Please sign in to comment.