We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afd114 commit 7fef832Copy full SHA for 7fef832
README.md
@@ -92,9 +92,16 @@ fpm test --compiler=nagfor --profile release --flag "-coarray=cosmp -fpp -f2018"
92
```
93
94
### Building and testing with the Intel `ifx` compiler
95
+#### Single-image (serial) execution
96
+```
97
+fpm test --compiler ifx --profile release
98
-fpm test --compiler ifx --profile release --flag -coarray
99
+#### Multi-image (parallel) execution
100
+With Intel Fortran and Intel MPI installed,
101
102
+fpm test --compiler ifx --profile release --flag "-coarray -DASSERT_MULTI_IMAGE"
103
104
+
105
### Building and testing with the LLVM `flang-new` compiler
106
107
fpm test --compiler flang-new --flag "-mmlir -allow-assumed-rank -O3"
0 commit comments