From a82f72eb04d4b5766f12d94febdf2f989ca7210a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 17 Aug 2017 15:25:47 +0200 Subject: Add number of threads setting for MemlessPoly --- src/ConfigParser.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ConfigParser.cpp') diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index 459811f..f27eb08 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -172,6 +172,9 @@ static void parse_configfile( if (pt.get("poly.enabled", 0) == 1) { mod_settings.polyCoefFilename = pt.get("poly.polycoeffile", "default"); + + mod_settings.polyNumThreads = + pt.get("poly.num_threads", 0); } // Output options -- cgit v1.2.3