+ 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
|
|
@ -27,6 +27,7 @@
|
|||
#define _apply_h
|
||||
|
||||
#include <utils/eoParallel.h>
|
||||
#include <utils/eoParser.h>
|
||||
#include <eoFunctor.h>
|
||||
#include <vector>
|
||||
#include <omp.h>
|
||||
|
|
|
|||
Reference in a new issue