+ now you are able to enable or not parallelization with the option --parallelize-loops=1|0

This commit is contained in:
Caner Candan 2010-12-23 18:09:25 +01:00 committed by Caner Candan
commit 07c22771cf
3 changed files with 22 additions and 5 deletions

View file

@ -93,6 +93,12 @@ private :
};
//multithreading
namespace eo
{
extern eoValueParam<bool> parallelizeLoopParam;
}
//multithreading ends
/**
eoParser: command line parser and configuration file reader