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 b0f43cc commit c736489Copy full SHA for c736489
README.md
@@ -136,15 +136,6 @@ With `flang-new` version 20 or later, use
136
fpm test --compiler flang-new --flag "-O3"
137
```
138
139
-#### Multi-image (parallel) execution
140
-With `flang-new` version 21 built from the SiPearl llvm-project fork's
141
-[prif branch](https://github.com/SiPearl/llvm-project/tree/prif), use
142
-```
143
-fpm test --compiler -caffeine -L<path-to-libcaffeine> -l<gasnet-conduit> -L<path-to-libgasnet>
144
145
-where, for example, `<gasnet-conduit>` might be `gasnet-smp-seq` for
146
-shared-memory execution.
147
-
148
### LFortran `lfortran`
149
150
#### Single-image (serial) execution
0 commit comments