+ now you are able to enable or not parallelization with the option --parallelize-loops=1|0
This commit is contained in:
parent
fbc212f80d
commit
07c22771cf
3 changed files with 22 additions and 5 deletions
|
|
@ -93,6 +93,12 @@ private :
|
|||
};
|
||||
|
||||
|
||||
//multithreading
|
||||
namespace eo
|
||||
{
|
||||
extern eoValueParam<bool> parallelizeLoopParam;
|
||||
}
|
||||
//multithreading ends
|
||||
|
||||
/**
|
||||
eoParser: command line parser and configuration file reader
|
||||
|
|
|
|||
Reference in a new issue