Skip to content

Commit d472d62

Browse files
author
Damian Rouson
authored
Merge pull request #599 from sourceryinstitute/improve-readme
Improve README.md grammar and clarity
2 parents 55e120c + eb9a414 commit d472d62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Overview
4141
parallel application binary interface (ABI) that abstracts away the
4242
underlying parallel programming model, which can be the Message
4343
Passing Interface ([MPI]) or [OpenSHMEM]. Parallel Fortran 2018
44-
programs may be written and compiled into object files once, and
44+
programs may be written and compiled into object files once and
4545
then linked or relinked to either MPI or [OpenSHMEM] without modifying
4646
or recompiling the Fortran source. Not a single line of source code
47-
need change to switch parallel programming models. The default MPI,
48-
which we expect to provide the broadest support for Fortran 2018 for
49-
the foreseeable future. However, having the option to parallel
50-
programming models at link-time aids portability and performance
51-
(see [Rouson et al. (2017)] and [Rasmussen et al. (2018)]).
47+
need change to switch parallel programming models. The default
48+
programming model is MPI because it provides the broadest capability
49+
for supporting Fortran 2018 features. However, having the option to
50+
change parallel programming models at link-time may enhance portability
51+
and performance (see [Rouson et al. (2017)] and [Rasmussen et al. (2018)]).
5252

5353
OpenCoarrays provides a compiler wrapper (`caf`), parallel runtime
5454
libraries (`libcaf_mpi` and `libcaf_openshmem`), and a parallel

0 commit comments

Comments
 (0)