Using ParallelApplyJob instead of MultiParallelApplyJob in eoPopEvalFunc.
This commit is contained in:
parent
108c0bcf35
commit
414e011296
2 changed files with 5 additions and 4 deletions
|
|
@ -91,7 +91,7 @@ void parallelApply(
|
|||
std::vector<EOT>& _pop,
|
||||
eo::mpi::AssignmentAlgorithm& _algo,
|
||||
int _masterRank,
|
||||
eo::mpi::ParallelEvalStore<EOT> & _store )
|
||||
eo::mpi::ParallelApplyStore<EOT> & _store )
|
||||
{
|
||||
_store.data( _pop );
|
||||
_algo.reinit( _pop.size() );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue