Skip to content

Commit 05be60a

Browse files
committed
doc(README): add required ifx compiler flag
1 parent c7df19b commit 05be60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ fpm test --compiler ifort
150150

151151
#### Intel `ifx`
152152
```
153-
fpm test --compiler ifx
153+
fpm test --compiler ifx --flag "-check all,nouninit"
154154
```
155-
where the latter requires `fpm` 0.10.0 or later.
155+
where `fpm` 0.10.0 or later is required and the `--flag` argument is required to circumvent what appears to be a bug in `ifx`'s Memory Sanitizer.
156156

157157
#### NVIDIA `nvfortran`
158158
```

0 commit comments

Comments
 (0)