Skip to content

Commit 4895dc6

Browse files
author
Damian Rouson
authored
Merge pull request #9 from sourceryinstitute/nag-workaround
Build with the NAG compiler
2 parents 7ca9c30 + 67ae614 commit 4895dc6

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)