[mathicgb] 273/393: Changed the default threadCount command line value to 0

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit 4ae258411bce19dd3dfe357883171f5f51aba4b9
Author: Mike Stillman <mikestillman1 at gmail.com>
Date:   Wed Apr 17 15:05:46 2013 -0400

    Changed the default threadCount command line value to 0
---
 src/cli/CommonParams.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/cli/CommonParams.cpp b/src/cli/CommonParams.cpp
index d0eb366..461f97c 100755
--- a/src/cli/CommonParams.cpp
+++ b/src/cli/CommonParams.cpp
@@ -12,8 +12,9 @@ CommonParams::CommonParams(size_t minDirectParams, size_t maxDirectParams):
     0),
 
   mThreadCount("threadCount",
-    "Specifies how many threads to use at a time.",
-    1),
+    "Specifies how many threads to use at a time. A value of 0 indicates that "
+    "the program should choose the optimal number of threads.",
+    0),
 
   mLogs("log",
     "Enable the specified log. Do \"help logs\" to see all available logs and "

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list