From c90fdc579f41dfff4c9e6b972f95eb45698202f6 Mon Sep 17 00:00:00 2001 From: quemy Date: Thu, 29 Nov 2012 22:21:29 +0100 Subject: [PATCH] Add homogeneous test. Pop is not created by the island anymore and has to me given to the island. --- smp/src/island.cpp | 7 +- smp/src/island.h | 11 ++- smp/test/CMakeLists.txt | 1 + smp/test/t-smpIsland.cpp | 21 ++++-- smp/test/t-smpMI_Homogeneous.cpp | 123 +++++++++++++++++++++++++++++++ 5 files changed, 147 insertions(+), 16 deletions(-) create mode 100644 smp/test/t-smpMI_Homogeneous.cpp diff --git a/smp/src/island.cpp b/smp/src/island.cpp index 92880f6a9..7ad27c4fb 100644 --- a/smp/src/island.cpp +++ b/smp/src/island.cpp @@ -27,12 +27,9 @@ ParadisEO WebSite : http://paradiseo.gforge.inria.fr Contact: paradiseo-help@lists.gforge.inria.fr */ -#include - - template