From ea22643b2217921df74ea14df47d7c83987d5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Dec 2016 17:29:27 +0200 Subject: Initial parallel scheduler implementation, use to run testscrips --- build2/b.cli | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'build2/b.cli') 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 + { + "", + "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." -- cgit v1.1