From 1f5719c6474259fcde046eec8ad7f37dc872cf0c Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 23 Jul 2012 15:03:47 +0200 Subject: [PATCH] Put back example t-mpi-eval to use a customized store. --- eo/test/mpi/t-mpi-eval.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eo/test/mpi/t-mpi-eval.cpp b/eo/test/mpi/t-mpi-eval.cpp index 5216123ac..dc00a5485 100644 --- a/eo/test/mpi/t-mpi-eval.cpp +++ b/eo/test/mpi/t-mpi-eval.cpp @@ -196,14 +196,12 @@ int main(int ac, char** av) eo::log << "Size of population : " << popSize << std::endl; - /* eo::mpi::ParallelApplyStore< EOT > store( eval, eo::mpi::DEFAULT_MASTER ); store.wrapHandleResponse( new CatBestAnswers ); eoParallelPopLoopEval< EOT > popEval( assign, eo::mpi::DEFAULT_MASTER, &store ); - */ - eoParallelPopLoopEval< EOT > popEval( assign, eo::mpi::DEFAULT_MASTER, eval, 5 ); + //eoParallelPopLoopEval< EOT > popEval( assign, eo::mpi::DEFAULT_MASTER, eval, 5 ); eo::log << eo::quiet << "Before first evaluation." << std::endl; popEval( pop, pop );