@@ -51,7 +51,7 @@ need change to switch parallel programming models. The default MPI,
5151which we expect to provide the broadest support for Fortran 2018 for
5252the foreseeable future. However, having the option to parallel
5353programming 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
5656OpenCoarrays provides a compiler wrapper (` caf ` ), parallel runtime
5757libraries (` libcaf_mpi ` and ` libcaf_openshmem ` ), and a parallel
@@ -75,11 +75,13 @@ way around incorporating OpenCoarrays into other compilers.
7575Prerequisites
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+
8385If you use a package manager or the OpenCoarrays installer, any
8486missing prerequisites will be built for you.
8587
@@ -115,6 +117,7 @@ Acknowledgements
115117
116118We 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