Skip to content

Commit 67ae614

Browse files
author
Damian Rouson
committed
doc(README.md): add NAG build instructions
1 parent 2a633ff commit 67ae614

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ The following command builds Assert and runs the full test suite in a single ima
6767
fpm test
6868
```
6969
where `fpm test` builds the Assert library and runs the test suite, including the tests.
70+
To build with the Numerical Algorithms Group (NAG) Fortran compiler, use
71+
```
72+
fpm test --compiler nagfor --flag -fpp
73+
```
7074

7175
#### Building and testing: multi-image (parallel) execution
7276
With `gfortran` and OpenCoarrays installed,

0 commit comments

Comments
 (0)