Skip to content

Commit 2daecf1

Browse files
committed
Update GFortran status, and add footer
[ci skip]
1 parent 91c3472 commit 2daecf1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

STATUS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,24 @@ Known Issues
124124

125125
### Compiler Issues ###
126126

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+
127131
<a name="compiler-issues-gnu">
128132
* **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
129145
* Derived-type coarrays with allocatable/pointer components are not yet handled
130146
properly.
131147
* Problems exist with combining array access to a corray with a scalar component
@@ -166,6 +182,14 @@ To-Do List
166182
see the GCC source code files in `gcc/testsuite/gfortran.dg/`,
167183
in particular, the `dg-do run` tests in `coarray*f90` and `coarray/`).
168184

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+
169193

170194
[Hyperlinks]:#
171195
[OpenMP]: http://openmp.org

0 commit comments

Comments
 (0)