Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonachea authored and rouson committed Jan 2, 2025
1 parent 7f3df6f commit 98cd3ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,16 @@ fpm test --compiler=nagfor --profile release --flag "-coarray=cosmp -fpp -f2018"
```

### Building and testing with the Intel `ifx` compiler
#### Single-image (serial) execution
```
fpm test --compiler ifx --profile release
```
fpm test --compiler ifx --profile release --flag -coarray
#### Multi-image (parallel) execution
With Intel Fortran and Intel MPI installed,
```
fpm test --compiler ifx --profile release --flag "-coarray -DASSERT_MULTI_IMAGE"
```

### Building and testing with the LLVM `flang-new` compiler
```
fpm test --compiler flang-new --flag "-mmlir -allow-assumed-rank -O3"
Expand Down

0 comments on commit 98cd3ef

Please sign in to comment.