@@ -42,7 +42,7 @@ parallel application binary interface (ABI) that abstracts away the
4242underlying parallel programming model, which can be the Message
4343Passing Interface ([ MPI] ) or [ OpenSHMEM] . Parallel Fortran 2018
4444programs 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
4646or recompiling the Fortran source. Not a single line of source code
4747need change to switch parallel programming models. The default MPI,
4848which 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
8282If you use a package manager or the OpenCoarrays installer, any
8383missing 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