Skip to content

Commit b59b8bd

Browse files
committed
Added Downloads section to README.md.
1 parent a13806e commit b59b8bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# OpenCoarrays #
66

77
* [Overview]
8+
* [Downloads]
89
* [Compatibility]
910
* [Prerequisites]
1011
* [Installation]
@@ -20,6 +21,10 @@ OpenCoarrays defines an application binary interface ([ABI]) that translates hig
2021

2122
OpenCoarrays enables CAF application developers to express parallel algorithms without hardwiring a particular version of a particular communication library or library version into their codes. Such abstraction makes application code less sensitive to the evolution of the underlying communication libraries and hardware platforms.
2223

24+
<a name="downloads">
25+
## Downloads</a> ##
26+
Please see our [Releases] page.
27+
2328
## <a name="compatibility">Compatibility</a> ##
2429
The GNU Compiler Collection ([GCC]) Fortran front end ([gfortran]) is OpenCoarrays-aware for release versions 5.1.0 and higher. Users of other compilers, including earlier versions of gfortran, can access a limited subset of CAF features via the provided [opencoarrays module]. After installation, please execute the "caf" script (which is installed in the "bin" directory of the installation path) with no arguments to see a list of the corresponding limitations. Please also notify the corresponding compiler vendor and the OpenCoarrays team that you would like for a future version of the compiler to be OpenCoarrays-aware.
2530

@@ -66,6 +71,7 @@ We gratefully acknowledge support from the following institutions:
6671
[Hyperlinks]:#
6772

6873
[Overview]: #overview
74+
[Downloads]: #downloads
6975
[Compatibility]: #compatibility
7076
[Prerequisites]: #prerequisites
7177
[Installation]: #installation
@@ -101,3 +107,4 @@ We gratefully acknowledge support from the following institutions:
101107
[Google Summer of Code]: https://www.google-melange.com
102108
[OpenCoarrays Google Group]: https://groups.google.com/forum/#!forum/opencoarrays)
103109
[Issues]: https://github.com/sourceryinstitute/opencoarrays/issue
110+
[Releases]: https://github.com/sourceryinstitute/opencoarrays/releases

0 commit comments

Comments
 (0)