File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,8 @@ Substitute the desired number of images for the `4` above.
99
99
100
100
### Testing with the Numerical Algorithms Group (` nagfor ` ) compiler
101
101
``` zsh
102
- fpm test --compiler nagfor --profile release -- flag " -fpp"
102
+ fpm test --compiler nagfor --flag -fpp
103
103
```
104
- where the ` --profile release ` is required to work around a recently identified
105
- compiler bug that necessitates using an optimization level above ` -O0 ` .
106
104
107
105
### Building and testing with the Cray Compiler Environment (CCE)
108
106
Because ` fpm ` uses the compiler name to determine the compiler identity and because
@@ -149,4 +147,3 @@ documentation.
149
147
[ Building the documentation ] : #building-the-documentation
150
148
[ Sourcery GitHub Pages site ] : http://sourceryinstitute.github.io/sourcery/
151
149
[ `ford` ] : https://github.com/Fortran-FOSS-Programmers/ford
152
-
You can’t perform that action at this time.
0 commit comments