File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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```
3233where ` <release-tag> ` must be replaced with the appropriate string such as teams-20180108 and where
3334the ` --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
5556Next use the resulting [ MPICH] installation to build the [ opencoarrays-teams branch] of OpenCoarrays.
You can’t perform that action at this time.
0 commit comments