@@ -42,7 +42,7 @@ parallel application binary interface (ABI) that abstracts away the
42
42
underlying parallel programming model, which can be the Message
43
43
Passing Interface ([ MPI] ) or [ OpenSHMEM] . Parallel Fortran 2018
44
44
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
46
46
or recompiling the Fortran source. Not a single line of source code
47
47
need change to switch parallel programming models. The default MPI,
48
48
which we expect to provide the broadest support for Fortran 2018 for
@@ -77,7 +77,7 @@ Building OpenCoarrays requires
77
77
* An MPI implementation (default: [ MPICH] ).
78
78
* CMake.
79
79
* A Fortran compiler (default: [ GCC] ).
80
- * _ Optional_ : An OpenSHMEM implementation.
80
+ * _ Optional_ : An [ OpenSHMEM] implementation.
81
81
82
82
If you use a package manager or the OpenCoarrays installer, any
83
83
missing prerequisites will be built for you.
@@ -174,6 +174,7 @@ to aid in development efforts.
174
174
[ Writing Fortran 2018 Today ] : https://writing-fortran-2018-today.eventbrite.com
175
175
[ Intel Speakerships at SC18 ] : https://easychair.org/cfp/IntelSpeakershipsatSC18
176
176
177
+ [ OpenSHMEM ] : http://www.openshmem.org
177
178
[ sourcery-institute logo ] : http://www.sourceryinstitute.org/uploads/4/9/9/6/49967347/sourcery-logo-rgb-hi-rez-1.png
178
179
[ OpenCoarrays ] : http://www.opencoarrays.org
179
180
[ ABI ] : https://gcc.gnu.org/onlinedocs/gfortran/Coarray-Programming.html#Coarray-Programming
0 commit comments