Skip to content

Commit 3c58ad8

Browse files
author
Damian Rouson
authored
Update README.md
1 parent 24f43b4 commit 3c58ad8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,18 @@ Downloding, Building, and Testing
5959

6060
```zsh
6161
git clone [email protected]:sourceryinstitute/sourcery
62-
fpm test --compiler caf --runner cafrun
62+
fpm test \
63+
--compiler caf \
64+
--runner "cafrun -n 4" \
65+
--flag "-Wall" \
66+
--flag "-std=f2018" \
67+
--flag "-DCOMPILER_LACKS_COLLECTIVE_SUBROUTINES" \
68+
--flag "-DCOMPILER_LACKS_FINDLOC"
6369
```
70+
where the `COMPILER_LACKS_*` flags exercise the Sourcery Library's
71+
emulated instrinsic procedures, which are intended for use with
72+
compiler versions that lack support for the named features. Delete
73+
those flags with compilers that support these features.
6474

6575
[GNU Fortran]: https://gcc.gnu.org
6676
[OpenCoarrays]: https://github.com/sourceryinstitute/opencoarrays

0 commit comments

Comments
 (0)