Skip to content

Commit 2997200

Browse files
author
Damian Rouson
committed
Merge pull request #180 from sourceryinstitute/bump-default-gcc-to-6.1
Bump default gcc to 6.1
2 parents 4cf2b88 + 4aea7e4 commit 2997200

File tree

20 files changed

+76
-59
lines changed

20 files changed

+76
-59
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The prerequisites below and their dependencies are recommended for the broadest
117117
opencoarrays
118118
├── cmake-3.4.0
119119
└── mpich-3.1.4
120-
└── gcc-5.3.0
120+
└── gcc-6.1.0
121121
├── flex-2.6.0
122122
│   └── bison-3.0.4
123123
│   └── m4-1.4.17

STATUS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,13 @@ Known Issues
134134
access as in `coarray(:,:)[i]%comp`.
135135
* An internal compiler error (ICE) occurs with non-allocatable, polymorphic coarrays
136136
in `associate` or `select type` statements.
137-
* `co_reduce` with GCC 5 and 6 requires patches committed on 17 July 2015 and will
138-
work with the GCC 5.3.0 and 6.1.0 releases.
137+
* `co_reduce` requires GCC 5.4.0 or later.
139138
* `co_reduce` only supports arguments of intrinsic type.
139+
* Proper execution of `stop` when `this_image()>1` requires GCC 5.4.0 or later.
140140
* No support for type finalization or allocatable components of derived-type coarrays
141141
passed to the collective subroutines (e.g., `co_sum`, `co_reduce`, etc.).
142-
* Optimization levels other than `-O0` introduce correctness errors
143-
in the compiled binaries. A patch has been submitted by @afanfa
144-
to the GFortran team. See #28 for some more context.
142+
* Optimization levels other than `-O0` require GCC 5.3.0 or later.
143+
* Using `stop` to halt an individual image without halting all images requires GCC 5.4.0 or later.
145144
<a name="compiler-issues-intel">
146145
* **Intel** (ifort)</a>
147146
* Supported via the [opencoarrays module] only.

doc/dependency_tree/opencoarrays-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opencoarrays
22
├── cmake-3.4.0
33
└── mpich-3.1.4
4-
└── gcc-5.3.0
4+
└── gcc-6.1.0
55
├── flex-2.6.0
66
│   └── bison-3.0.4
77
│   └── m4-1.4.17

doc/dependency_tree/opencoarrays/mpich-3.1.4/gcc-5.1.0/flex-2.6.0/bison-3.0.4/m4-1.4.17/.gitkeep

Whitespace-only changes.

doc/dependency_tree/opencoarrays/mpich-3.1.4/gcc-5.1.0/gmp/.gitkeep

Whitespace-only changes.

doc/dependency_tree/opencoarrays/mpich-3.1.4/gcc-5.1.0/mpc/.gitkeep

Whitespace-only changes.

doc/dependency_tree/opencoarrays/mpich-3.1.4/gcc-5.1.0/mpfr/.gitkeep

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)