Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add parallel_execute with timeout in s4u.
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Dec 2017 12:09:14 +0000 (13:09 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Dec 2017 13:35:08 +0000 (14:35 +0100)
commitd0421fe3da3f258a0f36f7eb0148e757915b89f7
treea947c4d26fe48215cab7376e03ad59db22ecfced
parent6f51212335bdb67565022664a4b92e38a125f6c7
add parallel_execute with timeout in s4u.
convert the energy-ptask example to test it

guess what? it just works ;)

well tbh it has the same unvalid reads and uninitialised bytes issues
as the MSG version
examples/s4u/CMakeLists.txt
examples/s4u/energy-ptask/s4u-energy-ptask.cpp [new file with mode: 0644]
examples/s4u/energy-ptask/s4u-energy-ptask.tesh [new file with mode: 0644]
include/simgrid/s4u/Actor.hpp
src/s4u/s4u_actor.cpp