Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow python actors to be killed
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 8 Jan 2019 03:43:16 +0000 (04:43 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 8 Jan 2019 03:47:30 +0000 (04:47 +0100)
commitd84590a56d4bbb4ade4416d4bd7f19acdb7dd621
tree231933b43c101efbbecadd72131c8f2f50ba06fc
parent346a809e5392ea254135c1ff42b0bb8924ae8971
allow python actors to be killed

Only works for directly created actors for now, not for the registered
ones. I need to do the same kind of things for register_actors, now.

The funny thing is that I didn't had to clean the contexts for that.
CMakeLists.txt
src/bindings/python/simgrid_python.cpp
src/kernel/context/Context.hpp
src/simix/ActorImpl.cpp