Skip to content
Snippets Groups Projects
Commit b29ea325 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

preprocessor: parallel: change default for singleCompThread. #1349

parent 453b7530
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ ConfigFile::getConfigFileInfo(const string &config_file)
global_init_file;
vector<string> includepath;
int minCpuNbr = 0, maxCpuNbr = 0;
bool singleCompThread = true;
bool singleCompThread = false;
member_nodes_t member_nodes;
bool inHooks = false;
......@@ -232,7 +232,7 @@ ConfigFile::getConfigFileInfo(const string &config_file)
= operatingSystem = global_init_file = "";
includepath.clear();
minCpuNbr = maxCpuNbr = 0;
singleCompThread = true;
singleCompThread = false;
member_nodes.clear();
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment