Add notifier and delete Thread class

This commit is contained in:
quemy 2012-12-04 23:09:08 +01:00
commit 3196ba2bcf
10 changed files with 8 additions and 256 deletions

View file

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