Static assignment algorithm works with parallel eval now.

This commit is contained in:
Benjamin Bouvier 2012-07-06 16:44:06 +02:00
commit 79c7a263a3
3 changed files with 23 additions and 1 deletions

View file

@ -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();
}