diff --git a/smp/src/CMakeLists.txt b/smp/src/CMakeLists.txt index c5fdb1ed3..0e8d1bc0d 100644 --- a/smp/src/CMakeLists.txt +++ b/smp/src/CMakeLists.txt @@ -17,7 +17,6 @@ set(LIBRARY_OUTPUT_PATH ${SMP_LIB_OUTPUT_PATH}) ###################################################################################### set (SMP_FILE - thread.cpp MWModel.h scheduler.h island.h @@ -28,6 +27,7 @@ set (SMP_FILE topology/star.cpp topology/ring.cpp topology/hypercubic.cpp + notifier.cpp ) add_library(smp STATIC ${SMP_FILE}) diff --git a/smp/src/MWModel.cpp b/smp/src/MWModel.cpp index cde545c77..f3b4082a4 100644 --- a/smp/src/MWModel.cpp +++ b/smp/src/MWModel.cpp @@ -39,7 +39,7 @@ paradiseo::smp::MWModel::MWModel(unsigned workersNb, Args&... template