* eoParallel: added the call to omp_set_num_threads to define the number of threads with parameters
This commit is contained in:
parent
534b8a73ad
commit
2044d92eff
3 changed files with 22 additions and 2 deletions
|
|
@ -44,8 +44,6 @@ void apply(eoUF<EOT&, void>& _proc, std::vector<EOT>& _pop)
|
|||
|
||||
#ifdef _OPENMP
|
||||
|
||||
omp_set_num_threads(eo::parallel.nthreads());
|
||||
|
||||
double t1 = omp_get_wtime();
|
||||
|
||||
if (!eo::parallel.isDynamic())
|
||||
|
|
|
|||
Reference in a new issue