Skip to content

Commit 97f350f

Browse files
author
Damian Rouson
committed
Default # threads to 4 for build.sh/install.sh
1 parent 9d6c8b9 commit 97f350f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh-usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-h --help Print this page.
1010
-i --install-prefix [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/${version_to_build:-}"
1111
-I --install-version [arg] Install package version (Example: -I 7.2.0).
12-
-j --num-threads [arg] Number of threads to use when invoking make (Example: -j 4). Default="1"
12+
-j --num-threads [arg] Number of threads to use when invoking make (Example: -j 8). Default="4"
1313
-l --list-packages Print packages this script can install.
1414
-m --with-cmake [arg] Use specified CMake installation (Example: -m /usr/local/bin/cmake).
1515
-M --with-mpi [arg] Use specified MPI installation (Examples: -M /usr/local/ or -m /opt/mpich-3.2/).

prerequisites/build.sh-usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-h --help This page.
1010
-i --install-prefix [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR%/}/prerequisites/installations/"
1111
-I --install-version [arg] Package version to install. (To see default, use -V or --print-version)
12-
-j --num-threads [arg] Number of threads to use when invoking make. Default="1"
12+
-j --num-threads [arg] Number of threads to use when invoking make. Default="4"
1313
-l --list-packages List the packages this script can install.
1414
-m --with-cmake [arg] Use the specified CMake installation. Default="cmake"
1515
-M --with-mpi [arg] Use the specified MPI installation.

0 commit comments

Comments
 (0)