2014-06-13 15:52:25 +02:00
..
MWAlgo
Migration from SVN
2012-08-30 11:30:11 +02:00
topology
Error and problems with smp documentation compilation ("make doc" or "make doc-smp" command with -DSMP=true flag).
2014-06-13 15:52:25 +02:00
abstractIsland.h
Fix critical memory issue. Sent messages are launched asynchronously and only -std::future- results are stocked. This enable to check if a thread has completed its task (update methods in Model and Island return always true in that purpose) unlike the std: 🧵 :joinable method.
2013-02-20 01:51:38 +01:00
algoDispatching.h
Update documentation
2012-12-09 21:42:47 +01:00
bimap.cpp
Erase-remove idiom in Island and Bimap to avoid invalid iterators (Nils Mangelsen)
2013-02-07 22:48:41 +01:00
bimap.h
Error and problems with smp documentation compilation ("make doc" or "make doc-smp" command with -DSMP=true flag).
2014-06-13 15:52:25 +02:00
CMakeLists.txt
adding custom topologies, src and test
2013-01-11 00:20:09 +01:00
contDispatching.h
Update documentation
2012-12-09 21:42:47 +01:00
contWrapper.cpp
Add notion of base EOT for heterogeneous model. Island can be templated on a EOT regardless the EOT of its model. Island must have a conversion function from and to base EOT. Base EOT is optionnal and would be considered as EOT. In that case, conversion functions would be identity function.
2012-12-02 15:36:30 +01:00
contWrapper.h
Clean includes
2012-12-09 22:08:50 +01:00
intPolicy.h
Clean includes
2012-12-09 22:08:50 +01:00
island.cpp
Fix critical memory issue. Sent messages are launched asynchronously and only -std::future- results are stocked. This enable to check if a thread has completed its task (update methods in Model and Island return always true in that purpose) unlike the std: 🧵 :joinable method.
2013-02-20 01:51:38 +01:00
island.h
Error and problems with smp documentation compilation ("make doc" or "make doc-smp" command with -DSMP=true flag).
2014-06-13 15:52:25 +02:00
islandModel.cpp
Fix critical memory issue. Sent messages are launched asynchronously and only -std::future- results are stocked. This enable to check if a thread has completed its task (update methods in Model and Island return always true in that purpose) unlike the std: 🧵 :joinable method.
2013-02-20 01:51:38 +01:00
islandModel.h
Fix critical memory issue. Sent messages are launched asynchronously and only -std::future- results are stocked. This enable to check if a thread has completed its task (update methods in Model and Island return always true in that purpose) unlike the std: 🧵 :joinable method.
2013-02-20 01:51:38 +01:00
islandModelWrapper.h
Forgot test.
2012-12-21 19:21:39 +01:00
islandNotifier.cpp
Add islandNotifier to allow the mig and int policy to be checked in the island. The islandNotifier is added to the algorithm continuator and will make the island perform a binded task. In the case of island, the task is to check policies.
2012-11-11 22:36:21 +01:00
islandNotifier.h
Fix doc
2013-01-19 19:45:10 +01:00
migPolicy.h
Clean includes
2012-12-09 22:08:50 +01:00
MWModel.cpp
Add notifier and delete Thread class
2012-12-04 23:09:08 +01:00
MWModel.h
Error and problems with smp documentation compilation ("make doc" or "make doc-smp" command with -DSMP=true flag).
2014-06-13 15:52:25 +02:00
notifier.cpp
Wrap model in order to create homogeneous model easily.
2012-12-09 19:33:48 +01:00
notifier.h
Fix doc
2013-01-19 19:45:10 +01:00
policiesDispatching.h
Clean includes
2012-12-09 22:08:50 +01:00
policyElement.cpp
Forgot test.
2012-12-21 19:21:39 +01:00
policyElement.h
Clean includes
2012-12-09 22:08:50 +01:00
PPExpander.h
Fix doc
2013-01-19 19:45:10 +01:00
scheduler.cpp
Add notifier and delete Thread class
2012-12-04 23:09:08 +01:00
scheduler.h
Prefix guards with SMP_ to avoid conflicts
2012-12-09 20:48:49 +01:00
smp
Migration from SVN
2012-08-30 11:30:11 +02:00
smp.h
Fix the main include file of smp (.cpp -> .h
2013-01-23 20:15:49 +01:00