Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a sg_actor_self_execute function
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 11 Jul 2019 09:39:38 +0000 (11:39 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 11 Jul 2019 09:39:38 +0000 (11:39 +0200)
commitb25f2f8d84b6b239f9f32a77a91423648c5448a5
treed59c4bea9262fe8fd48269703f96cf5d8d2d61c5
parent00eb4a59a0a98fbe1ffef38f52562872631a8e76
add a sg_actor_self_execute function

can replace MSG_task_create/MSG_task_execute/MSG_task_destroy for
simple computations.
include/simgrid/actor.h
src/s4u/s4u_Actor.cpp