Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: MSG_parallel_task_execute_with_timeout
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 11 Nov 2016 23:15:16 +0000 (00:15 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 11 Nov 2016 23:15:28 +0000 (00:15 +0100)
commit7169524b7d6066c8ff315dfca1c529bf3e39a6b3
tree1cd96528a8b2a880f4f4ffa2461747f6811a760c
parent1973cb8a42030c3663609c111d4acf5eb519d8f1
New function: MSG_parallel_task_execute_with_timeout

This is the fist time that executions can finish with a timeout, and
I'm not really proud of the resulting code. Sorry, that's just a quick
(fix #115) while I was fixing the platform generation.

At some point the whole activity thingy should be reworked, too.
14 files changed:
examples/msg/energy-ptask/energy-ptask.c
examples/msg/energy-ptask/energy-ptask.tesh
include/simgrid/msg.h
include/simgrid/simix.h
src/kernel/activity/SynchroExec.cpp
src/kernel/activity/SynchroExec.hpp
src/msg/msg_gos.cpp
src/simix/libsmx.cpp
src/simix/popping_accessors.h
src/simix/popping_bodies.cpp
src/simix/popping_generated.cpp
src/simix/simcalls.in
src/simix/smx_host.cpp
src/simix/smx_host_private.h