Skip to content

Commit

Permalink
Merge pull request #20 from BerkeleyLab/update-README
Browse files Browse the repository at this point in the history
doc(README): instruct to export FPM_{FC,FFLAGS)
  • Loading branch information
rouson authored Sep 21, 2024
2 parents c05dd95 + 33ac9fc commit 1ab6b65
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 @@ -26,8 +26,8 @@ fpm test --compiler nagfor --flag -fpp

### LLVM Flang
```
FPM_FC=flang-new
FPM_FFLAGS="-mmlir -allow-assumed-rank"
export FPM_FC=flang-new
export FPM_FFLAGS="-mmlir -allow-assumed-rank"
fpm test # Warning: Do not override the FPM_FC or FPM_FFLAGS variables with --compiler or --flag
```
where the flags turn on LLVM Flang's experimental support for Fortran assumed-rank dummy arguments.
Expand Down

0 comments on commit 1ab6b65

Please sign in to comment.