Skip to content

Commit 7fef832

Browse files
committed
Update documentation
1 parent 8afd114 commit 7fef832

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,16 @@ fpm test --compiler=nagfor --profile release --flag "-coarray=cosmp -fpp -f2018"
9292
```
9393

9494
### Building and testing with the Intel `ifx` compiler
95+
#### Single-image (serial) execution
96+
```
97+
fpm test --compiler ifx --profile release
9598
```
96-
fpm test --compiler ifx --profile release --flag -coarray
99+
#### Multi-image (parallel) execution
100+
With Intel Fortran and Intel MPI installed,
97101
```
102+
fpm test --compiler ifx --profile release --flag "-coarray -DASSERT_MULTI_IMAGE"
103+
```
104+
98105
### Building and testing with the LLVM `flang-new` compiler
99106
```
100107
fpm test --compiler flang-new --flag "-mmlir -allow-assumed-rank -O3"

0 commit comments

Comments
 (0)