We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ca9c30 + 67ae614 commit 4895dc6Copy full SHA for 4895dc6
README.md
@@ -67,6 +67,10 @@ The following command builds Assert and runs the full test suite in a single ima
67
fpm test
68
```
69
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
74
75
#### Building and testing: multi-image (parallel) execution
76
With `gfortran` and OpenCoarrays installed,
0 commit comments