Skip to content

Commit

Permalink
doc(README): fix serial build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson authored Sep 18, 2021
1 parent 1344c0a commit eb80c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ With `gfortran` installed, execute the following commands in
a `bash`-like shell to include all emulators in the build:
```
git clone [email protected]:sourceryinstitute/emulators
fpm test --flag "-cpp -DEMULATE_INTRINSICS -DEMULATE_COLLECTIVES"
fpm test --flag "-cpp -DEMULATE_INTRINSICS -DEMULATE_COLLECTIVES -fcoarray=single"
```

[Sourcery]: https://github.com/sourceryinstitute/sourcery
Expand Down

0 comments on commit eb80c1a

Please sign in to comment.