+ 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:
Caner Candan 2011-01-27 10:29:09 +01:00
commit ecd8f7ec03
3 changed files with 5 additions and 1 deletions

View file

@ -98,6 +98,10 @@ eoParser::eoParser ( unsigned _argc, char **_argv , string _programDescription,
readFrom(stream);
processParam(needHelp);
processParam(stopOnUnknownParam);
//multithreading
processParam(eo::parallelizeLoopParam);
//multithreading ends
}