Static assignment algorithm works with parallel eval now.
This commit is contained in:
parent
23acd1a633
commit
79c7a263a3
3 changed files with 23 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ void parallelApply(
|
|||
eo::mpi::ParallelEvalStore<EOT> & _store )
|
||||
{
|
||||
_store.data( _pop );
|
||||
_algo.reinit( _pop.size() );
|
||||
eo::mpi::ParallelApply<EOT> job( _algo, _masterRank, _store );
|
||||
job.run();
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue