aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-09 17:29:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-09 17:29:27 +0200
commitea22643b2217921df74ea14df47d7c83987d5761 (patch)
tree91480771997be1b7f92f46ee404c266e0f4dcd76 /build2/b.cli
parent1a9d610051cd48c98fb71a570a0871b4e073cec9 (diff)
Initial parallel scheduler implementation, use to run testscrips
Diffstat (limited to 'build2/b.cli')
-rw-r--r--build2/b.cli12
1 files changed, 11 insertions, 1 deletions
diff --git a/build2/b.cli b/build2/b.cli
index 86211bb..dab2baa 100644
--- a/build2/b.cli
+++ b/build2/b.cli
@@ -212,7 +212,7 @@ namespace build2
\cb{--verbose 3}."
}
- bool -q
+ bool --quiet|-q
{
"Run quietly, only printing error messages. This is equivalent to
\cb{--verbose 0}."
@@ -241,6 +241,16 @@ namespace build2
\li|Even more detailed information, including state dumps.||"
}
+ size_t --jobs|-j
+ {
+ "<num>",
+ "Number of jobs to perform in parallel. This includes both the number of
+ active threads inside the build system as well as the number of external
+ commands (compilers, linkers, etc) started but not yet finished. If this
+ option is not specified, then the number of available hardware threads
+ is used."
+ }
+
bool --no-column
{
"Don't print column numbers in diagnostics."