Adèle Harrissart
91bba00035
Contradiction between ./cmake/Target.cmake (make doc command) and ./CMakeLists.txt (if condition).
...
Error when executing "make doc" command with DEO_ONLY=true flag :
Built target doc-eo
make[4]: *** No rule to make target `doc-edo'. Stop.
make[3]: *** [CMakeFiles/doc] Error 2
make[2]: *** [CMakeFiles/doc.dir/all] Error 2
make[1]: *** [CMakeFiles/doc.dir/rule] Error 2
make: *** [doc] Error 2
Now resolved.
Contradiction between ./cmake/Target.cmake (make doc command) and ./CMakeLists.txt (if condition).
Error when executing "make doc" command with -DEO_ONLY=false flag :
make[4]: *** No rule to make target `doc-edo'. Stop.
make[3]: *** [CMakeFiles/doc] Error 2
make[2]: *** [CMakeFiles/doc.dir/all] Error 2
make[1]: *** [CMakeFiles/doc.dir/rule] Error 2
make: *** [doc] Error 2
Now resolved.
Error and problems with smp documentation compilation ("make doc" or "make doc-smp" command with -DSMP=true flag).
Here the error :
error: Tag file `/home/aharrissart/workspace/thales/paradiseo/build/doc/smp.doxytag' does not exist or is not a file. Skipping it...
Some other problems with undocumented parameters...
Now resolved.
Comment unused EDO flag (declared in ../CMakeLists.txt file)
2014-07-22 10:48:32 +02:00
..
MWAlgo
Migration from SVN
2012-08-30 11:30:11 +02:00
topology
Contradiction between ./cmake/Target.cmake (make doc command) and ./CMakeLists.txt (if condition).
2014-07-22 10:48:32 +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
Contradiction between ./cmake/Target.cmake (make doc command) and ./CMakeLists.txt (if condition).
2014-07-22 10:48:32 +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
Contradiction between ./cmake/Target.cmake (make doc command) and ./CMakeLists.txt (if condition).
2014-07-22 10:48:32 +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
Contradiction between ./cmake/Target.cmake (make doc command) and ./CMakeLists.txt (if condition).
2014-07-22 10:48:32 +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