Skip to content

Commit 7ed153b

Browse files
author
Damian Rouson
authored
Update README.md
1 parent 0f2d771 commit 7ed153b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ cd oppencoarrays
2727
./install.sh --package gcc \
2828
--from-url https://github.com/sourceryinstitute/gcc/archive/<release-tag>.tar.gz \
2929
--install-version <release-tag> \
30-
--disable-bootstrap
30+
--disable-bootstrap \
31+
--num-threads 4
3132
```
3233
where `<release-tag>` must be replaced with the appropriate string such as teams-20180108 and where
3334
the `--disable-bootstrap` option speeds the build considerably at the risk of some chance of failure.
@@ -47,9 +48,9 @@ export LD_LIBRARY_PATH="${PWD}"/prerequisites/installations/gcc/teams-<release-t
4748

4849
./install.sh --package mpich \
4950
--with-fortran "${PWD}"/prerequisites/installations/gcc/<release-tag>/bin/gfortarn \
50-
--with-c "${PWD}"/prerequisites/installations/gcc/<release-tag>/bin/gcc \
51-
--with-cpp "${PWD}"/prerequisites/installations/gcc/<release-tag>bin/g++
52-
51+
--with-c "${PWD}"/prerequisites/installations/gcc/<release-tag>/bin/gcc \
52+
--with-cpp "${PWD}"/prerequisites/installations/gcc/<release-tag>bin/g++ \
53+
--num-threads 4
5354
```
5455

5556
Next use the resulting [MPICH] installation to build the [opencoarrays-teams branch] of OpenCoarrays.

0 commit comments

Comments
 (0)