+ now you are able to enable or not parallelization with the option --parallelize-loops=1|0
Conflicts: eo/src/apply.h eo/src/utils/eoParser.cpp eo/src/utils/eoParser.h
This commit is contained in:
parent
007c29e736
commit
ecd8f7ec03
3 changed files with 5 additions and 1 deletions
|
|
@ -98,6 +98,10 @@ eoParser::eoParser ( unsigned _argc, char **_argv , string _programDescription,
|
|||
readFrom(stream);
|
||||
processParam(needHelp);
|
||||
processParam(stopOnUnknownParam);
|
||||
|
||||
//multithreading
|
||||
processParam(eo::parallelizeLoopParam);
|
||||
//multithreading ends
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue