Skip to content

Commit a4f7735

Browse files
authored
Apply suggestions from code review
rm fpm profile with nagfor
1 parent bc15b7f commit a4f7735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ fpm test --compiler lfortran --profile release --flag --cpp
148148
#### Single-image (serial) execution
149149
With `nagfor` version 7.1 or later, use
150150
```
151-
fpm test --compiler nagfor --profile release --flag -fpp
151+
fpm test --compiler nagfor --flag -fpp
152152
```
153153

154154
#### Multi-image execution
@@ -158,7 +158,7 @@ fpm test --compiler nagfor --profile release --flag "-fpp -coarray=cosmp -f2018"
158158
```
159159
With `nagfor` 7.2 or later, use
160160
```
161-
fpm test --compiler nagfor --profile release --flag -fpp
161+
fpm test --compiler nagfor --flag -fpp
162162
```
163163

164164
Documentation

0 commit comments

Comments
 (0)