Skip to content

Commit b97cfc9

Browse files
author
Damian Rouson
authored
Update README.md
1 parent e6eeb80 commit b97cfc9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd oppencoarrays
2828
--from-url https://github.com/sourceryinstitute/gcc/archive/<release-tag>.tar.gz \
2929
--install-version <release-tag>
3030
```
31-
where <release-tag> must be replaced with the appropriate string such as teams-20170921. The final
31+
where `<release-tag>` must be replaced with the appropriate string such as teams-20170921. The final
3232
command above peforms the safest but slowest build, which could take several hours to complete.
3333
For a speedier build, add the `--disable-bootstrap`, which might fail if the GCC you are using
3434
to build is too old. Also, for an interactive build, add `--yes-to-all` to instruct the
@@ -38,8 +38,6 @@ options, including choosing another installation path, execute `./install.sh --h
3838

3939
Next use the resulting compilers to build [MPICH] 3.2 or later:
4040
```bash
41-
#Install the teams-branch release of the GCC fork:
42-
./install.sh --package gcc --from-url https://github.com/sourceryinstitute/gcc/teams-<release-tag>
4341

4442
# Install MPICH 3.2 or later using the GCC that was installed above:
4543
export LD_LIBRARY_PATH="${PWD}"/prerequisites/installations/gcc/teams-<release-tag>/lib64
@@ -58,7 +56,7 @@ git checkout opencoarrays-teams
5856
./install.sh \
5957
--with-mpi "${PWD}"/prerequisites/installations/mpich/<mpich-version-number>/
6058
```
61-
after again replacing text between angular brackets with the appropriate string (<...>) such as "3.2".
59+
after replacing `<mpich-version-number>` with... wait for it... the MPI version number (3.2 or later). :)
6260
Please report any problems with the above steps on our [issues page].
6361

6462

0 commit comments

Comments
 (0)