Skip to content

Commit 818d7ec

Browse files
author
Damian Rouson
authored
Update README.md
1 parent b5c1387 commit 818d7ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repository exists as a staging ground for developing candidate
44
contributions to the GNU Compiler Collection ([GCC]).
55

66
Candidate features currently on this site are listed below. The checked items indicate features
7-
that are deemed sufficiently functional submitted to the relevant GCC developer mailing list for review.
8-
We welcome user feedback from testing these features. Unchecked itmes are insufficiently mature to
9-
submit to GCC. We welcome code via [pull request] for any listed features or other unsupported
7+
that have been submitted to the relevant GCC developer mailing list for review. We welcome user
8+
feedback from testing these features. Unchecked itmes are insufficiently mature to submit to GCC.
9+
We welcome code contributions via [pull request] for any listed features or other unsupported
1010
features of the draft Fortran 2015 standard:
1111

1212
- [X] The [teams branch] with experimental support for Fortran 2015 teams.
@@ -24,7 +24,7 @@ git clone https://github.com/sourceryinstitute/opencoarrays
2424
cd oppencoarrays
2525
./install.sh --package gcc \
2626
--from-url https://github.com/sourceryinstitute/gcc/archive/<release-tag>.tar.gz \
27-
--install-version teams-20170921
27+
--install-version <release-tag>
2828
```
2929
where <version-number> and <release-tag> must be replaced with the appropriate strings such as
3030
1.9.2 and teams-20170921, respectively. The final command above peforms the safest but slowest
@@ -35,8 +35,7 @@ the above steps will install GCC in the prerequisites/installations subdirectory
3535
installation options, including choosing another installation path, execute `./install.sh --help`.
3636

3737
For access to any Fortran 2015 parallel features, including teams and failed images, build the [MPICH]
38-
and the [opencoarrays-teams branch]:
39-
of OpenCoarrays:
38+
and the [opencoarrays-teams branch] of OpenCoarrays:
4039
```bash
4140
git checkout opencoarrays-teams
4241
export LD_LIBRARY_PATH=<gcc-fork-install-path>/lib64:$LD_LIBRARY_PATH
@@ -84,6 +83,7 @@ individually.
8483
[teams branch]: https://github.com/sourceryinstitute/gcc/tree/teams
8584
[issue-#6-iso-fortran-binding-h branch]: https://github.com/sourceryinstitute/gcc/tree/issue-#6-iso-fortran-binding-h
8685
[download-opencoarrays-mpich branch]: https://github.com/sourceryinstitute/gcc/tree/download-opencoarrays-mpich
87-
[releases] https://github.com/sourceryinstitute/gcc/releases/
88-
[issues page] https://github.com/sourceryinstitute/gcc/issues/
86+
[releases]: https://github.com/sourceryinstitute/gcc/releases/
87+
[issues page]: https://github.com/sourceryinstitute/gcc/issues/
8988
[opencoarrays-teams branch]: https://github.com/sourceryinstitute/opencoarrays/tree/opencoarrays-teams
89+
[pull request]: https://github.com/sourceryinstitute/gcc/pulls

0 commit comments

Comments
 (0)