@@ -124,8 +124,24 @@ Known Issues
124
124
125
125
### Compiler Issues ###
126
126
127
+ For the most up-to-date list of issues, defects, and requested
128
+ enhancements, please visit
129
+ https://github.com/sourceryinstitute/opencoarrays/issues
130
+
127
131
<a name =" compiler-issues-gnu " >
128
132
* ** GNU** (gfortran)</a >
133
+ * ` co_reduce ` with a pure binary operator function that has dummy
134
+ arguments with the ` value ` attribute requires GFortran >= 7
135
+ * `co_reduce` may not be thread safe
136
+ * `co_reduce` causes problems when used in combination with the
137
+ `-Wl,-z,noexecstack` linker flags required by some newer Linux
138
+ OSes
139
+ * GFortran 7 regression: no type conversion occurs before coarray
140
+ put operations, obligation shifted to library
141
+ * Correct implicit synchronizations of sourced allocations
142
+ require GFortran >= 7. Prior versions synchronize after the
143
+ allocation but before the assignment.
144
+ * `stop` with numeric or string arguments not yet handled correctly
129
145
* Derived-type coarrays with allocatable/pointer components are not yet handled
130
146
properly.
131
147
* Problems exist with combining array access to a corray with a scalar component
@@ -166,6 +182,14 @@ To-Do List
166
182
see the GCC source code files in ` gcc/testsuite/gfortran.dg/ ` ,
167
183
in particular, the ` dg-do run ` tests in ` coarray*f90 ` and ` coarray/ ` ).
168
184
185
+ ---
186
+
187
+ [ ![ GitHub forks] ( https://img.shields.io/github/forks/sourceryinstitute/opencoarrays.svg?style=social&label=Fork )] ( https://github.com/sourceryinstitute/opencoarrays/fork )
188
+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/sourceryinstitute/opencoarrays.svg?style=social&label=Star )] ( https://github.com/sourceryinstitute/opencoarrays )
189
+ [ ![ GitHub watchers] ( https://img.shields.io/github/watchers/sourceryinstitute/opencoarrays.svg?style=social&label=Watch )] ( https://github.com/sourceryinstitute/opencoarrays )
190
+ [ ![ Twitter URL] ( https://img.shields.io/twitter/url/http/shields.io.svg?style=social )] ( https://twitter.com/intent/tweet?hashtags=HPC,Fortran,PGAS&related=zbeekman,gnutools,HPCwire,HPC_Guru,hpcprogrammer,SciNetHPC,DegenerateConic,jeffdotscience,travisci&text=Stop%20programming%20w%2F%20the%20%23MPI%20docs%20in%20your%20lap%2C%20try%20Coarray%20Fortran%20w%2F%20OpenCoarrays%20%26%20GFortran!&url=https%3A//github.com/sourceryinstitute/opencoarrays )
191
+
192
+
169
193
170
194
[ Hyperlinks ] :#
171
195
[ OpenMP ] : http://openmp.org
0 commit comments