Skip to content

Commit

Permalink
Merge pull request #75 from sourceryinstitute/doc-ifx-flag
Browse files Browse the repository at this point in the history
doc(README): add required ifx compiler flag
  • Loading branch information
rouson authored Apr 10, 2024
2 parents c7df19b + 05be60a commit 6db88ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ fpm test --compiler ifort

#### Intel `ifx`
```
fpm test --compiler ifx
fpm test --compiler ifx --flag "-check all,nouninit"
```
where the latter requires `fpm` 0.10.0 or later.
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.

#### NVIDIA `nvfortran`
```
Expand Down

0 comments on commit 6db88ec

Please sign in to comment.