Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split the s4u-app-masterworkers examples in two
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 5 Aug 2018 23:03:44 +0000 (01:03 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 7 Aug 2018 09:06:21 +0000 (11:06 +0200)
commitda63714c96eeb13abee8b59deac8972fe7151856
tree370013c6ed5ef8d068b3ba4cd088b52107dd4496
parent901293dfbce6b7e0f555dbdc53358aa347fd1a3d
split the s4u-app-masterworkers examples in two

One written with simple functions, and one written with full-featured
classes. The first one is a better first example while the second
still has some pedagogical advantages for the users wanting to derive
it.
.gitignore
examples/s4u/CMakeLists.txt
examples/s4u/app-masterworker/s4u-app-masterworker.tesh [deleted file]
examples/s4u/app-masterworkers/s4u-app-masterworkers-class.cpp [moved from examples/s4u/app-masterworker/s4u-app-masterworker.cpp with 96% similarity]
examples/s4u/app-masterworkers/s4u-app-masterworkers-fun.cpp [new file with mode: 0644]
examples/s4u/app-masterworkers/s4u-app-masterworkers.tesh [new file with mode: 0644]
examples/s4u/app-masterworkers/s4u-app-masterworkers_d.xml [moved from examples/s4u/app-masterworker/s4u-app-masterworker_d.xml with 100% similarity]