Skip to content

Commit 8b5ab83

Browse files
author
Damian Rouson
authored
Update README.md
1 parent 950e0cd commit 8b5ab83

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ need change to switch parallel programming models. The default MPI,
5151
which we expect to provide the broadest support for Fortran 2018 for
5252
the foreseeable future. However, having the option to parallel
5353
programming models at link-time aids portability and performance
54-
(see [Rouson et al. 2017] and [Rasmussen et al. 2018]).
54+
(see [Rouson et al. (2017)] and [Rasmussen et al. (2018)]).
5555

5656
OpenCoarrays provides a compiler wrapper (`caf`), parallel runtime
5757
libraries (`libcaf_mpi` and `libcaf_openshmem`), and a parallel
@@ -75,11 +75,13 @@ way around incorporating OpenCoarrays into other compilers.
7575
Prerequisites
7676
-------------
7777

78-
Buildin OpenCoarrays requires the following packages:
79-
* MPI
80-
* CMake
81-
* A Fortran 2018 compiler (currently only GCC is supported).
82-
* _Optional_: OpenSHMEM
78+
OpenCoarrays requires the following packages:
79+
80+
* An MPI implementation (default: [MPICH]).
81+
* CMake.
82+
* A Fortran compiler (default: [GCC]).
83+
* _Optional_: An OpenSHMEM implementation.
84+
8385
If you use a package manager or the OpenCoarrays installer, any
8486
missing prerequisites will be built for you.
8587

@@ -115,6 +117,7 @@ Acknowledgements
115117

116118
We gratefully acknowledge support from the following institutions:
117119

120+
* [Arm] for approving compiler engineer contributions of code.
118121
* [National Center for Atmospheric Research] for access to the
119122
Yellowstone/Caldera supercomputers and for logistics support during
120123
the initial development of OpenCoarrays.
@@ -160,6 +163,11 @@ to aid in development efforts.
160163
[Contributing]: #contributing
161164
[Acknowledgements]: #acknowledgements
162165

166+
[Fortran 2018]: http://isotc.iso.org/livelink/livelink?func=ll&objId=19442438&objAction=Open&viewType=1
167+
[Rouson et al. (2017)]: https://github.com/sourceryinstitute/coarray-icar-paw17/blob/master/main.pdf
168+
[Rasmussen et al. (2018)]: https://github.com/scrasmussen/coarray-icar-paw18/blob/master/main.pdf
169+
[Arm]: https://www.arm.com
170+
163171
[sourcery-institute logo]: http://www.sourceryinstitute.org/uploads/4/9/9/6/49967347/sourcery-logo-rgb-hi-rez-1.png
164172
[OpenCoarrays]: http://www.opencoarrays.org
165173
[ABI]: https://gcc.gnu.org/onlinedocs/gfortran/Coarray-Programming.html#Coarray-Programming

0 commit comments

Comments
 (0)