Skip to content

Commit f5420ad

Browse files
author
Damian Rouson
committed
Resolve edits suggested in review by zbeekman
1 parent 8d61872 commit f5420ad

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

GETTING_STARTED.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ where "4" is the number of images to be launched at program start-up.
6767
An advanced workflow
6868
--------------------
6969

70-
If prefer to invoke the compiler directly, first run `caf` and `cafrun` with the `--show` flag
70+
If you prefer to invoke the compiler directly, first run `caf` and `cafrun` with the `--show` flag
7171
to see the proper linking and file includes. For example, on a macOS system where OpenCoarrays
7272
was installed via the [homebrew] package manager, the following results:
7373

@@ -99,3 +99,4 @@ $ cafrun --show
9999
[The caf compiler wrapper]: #the-caf-compiler-wrapper
100100
[The cafrun program launcher]: #the-cafrun-program-launcher
101101
[pdf img]: https://img.shields.io/badge/PDF-GETTING_STARTED.md-6C2DC7.svg?style=flat-square "Download as PDF"
102+
[homebrew]: https://brew.sh

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ of flags. Each flag also has a single-character version not shown here.
257257
```
258258

259259
2. Or build faster by multithreading, skipping user queries, and also specify
260-
a destination for all packages that must be built:
260+
an installation destination for all packages that must be built:
261261

262262
```
263263
./install.sh \

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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
4444
programs may be written and compiled into object files once, and
45-
then linked or relinked to either MPI or OpenSHMEM without modifying
45+
then linked or relinked to either MPI or [OpenSHMEM] without modifying
4646
or recompiling the Fortran source. Not a single line of source code
4747
need change to switch parallel programming models. The default MPI,
4848
which we expect to provide the broadest support for Fortran 2018 for
@@ -77,7 +77,7 @@ Building OpenCoarrays requires
7777
* An MPI implementation (default: [MPICH]).
7878
* CMake.
7979
* A Fortran compiler (default: [GCC]).
80-
* _Optional_: An OpenSHMEM implementation.
80+
* _Optional_: An [OpenSHMEM] implementation.
8181

8282
If you use a package manager or the OpenCoarrays installer, any
8383
missing prerequisites will be built for you.
@@ -174,6 +174,7 @@ to aid in development efforts.
174174
[Writing Fortran 2018 Today]: https://writing-fortran-2018-today.eventbrite.com
175175
[Intel Speakerships at SC18]: https://easychair.org/cfp/IntelSpeakershipsatSC18
176176

177+
[OpenSHMEM]: http://www.openshmem.org
177178
[sourcery-institute logo]: http://www.sourceryinstitute.org/uploads/4/9/9/6/49967347/sourcery-logo-rgb-hi-rez-1.png
178179
[OpenCoarrays]: http://www.opencoarrays.org
179180
[ABI]: https://gcc.gnu.org/onlinedocs/gfortran/Coarray-Programming.html#Coarray-Programming

0 commit comments

Comments
 (0)