4
4
5
5
# OpenCoarrays #
6
6
7
+ [ ![ CI Build Status] [ build img ]] ( https://travis-ci.org/sourceryinstitute/opencoarrays )
8
+ [ ![ GitHub release] [ release img ]] ( https://github.com/sourceryinstitute/opencoarrays/releases/latest )
9
+ [ ![ GitHub license] [ license img ]] ( COPYRIGHT-BSD3 )
10
+ <!-- [![Release Downloads][download img]](https://github.com/sourceryinstitute/opencoarrays/releases) -->
11
+
7
12
* [ Overview]
8
13
* [ Downloads]
9
14
* [ Compatibility]
@@ -80,10 +85,9 @@ We gratefully acknowledge support from the following institutions:
80
85
81
86
82
87
[ OpenCoarrays ] : http://www.opencoarrays.org
83
- [ ABI ] : https://gcc.gnu.org/onlinedocs/gfortran/Function-ABI-Documentation .html#Function-ABI-Documentation
88
+ [ ABI ] : https://gcc.gnu.org/onlinedocs/gfortran/Coarray-Programming .html#Coarray-Programming
84
89
[ TS 18508 ] : http://isotc.iso.org/livelink/livelink?func=ll&objId=16769292&objAction=Open
85
90
[ MPI ] : http://www.mpi-forum.org
86
- [ ABI ] : https://gcc.gnu.org/onlinedocs/gfortran/Function-ABI-Documentation.html#Function-ABI-Documentation
87
91
[ GCC ] : http://gcc.gnu.org
88
92
[ gfortran ] : https://gcc.gnu.org/wiki/GFortran
89
93
[ opencoarrays module ] : ./src/extensions/opencoarrays.F90
@@ -102,9 +106,16 @@ We gratefully acknowledge support from the following institutions:
102
106
[ STATUS.md ] : ./STATUS.md
103
107
[ GETTING_STARTED.md ] : ./GETTING_STARTED.md
104
108
[ Google Groups ] : https://groups.google.com
105
- [ Google Group ] : https://groups.google.com/forum/#!forum/opencoarrays/join
109
+ [ Google Group ] : https://groups.google.com/forum/#!forum/opencoarrays
110
+ [ subscribing ] : https://groups.google.com/forum/#!forum/opencoarrays/join
106
111
107
112
[ Google Summer of Code ] : https://www.google-melange.com
108
113
[ OpenCoarrays Google Group] : https://groups.google.com/forum/#!forum/opencoarrays )
109
114
[ Issues ] : https://github.com/sourceryinstitute/opencoarrays/issue
110
115
[ Releases ] : https://github.com/sourceryinstitute/opencoarrays/releases
116
+
117
+ [ build img ] : https://img.shields.io/travis-ci/sourceryinstitute/opencoarrays/master.svg?style=flat-square " Travis-CI badge image source "
118
+ [ CI Master Branch ] : https://travis-ci.org/sourceryinstitute/opencoarrays?branch=master " Travis-CI builds "
119
+ [ download img ] : https://img.shields.io/github/downloads/sourceryinstitute/opencoarrays/total.svg?style=flat-square " Download count image source "
120
+ [ license img ] : https://img.shields.io/github/license/sourceryinstitute/opencoarrays.svg?style=flat-square " BSD-3 License badge "
121
+ [ release img ] : https://img.shields.io/github/release/sourceryinstitute/opencoarrays.svg?style=flat-square " Latest release badge "
0 commit comments