Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the process_execute simcall
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 21 Jul 2015 23:17:46 +0000 (01:17 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 21 Jul 2015 23:17:51 +0000 (01:17 +0200)
commite798113213523f9bafbcb59805ed2545a3716261
tree30577351bdb81e37b75560603af075cd36bf8bd9
parenta5395eca622202d8f7a531e7a95a0bfa1922c0ee
Simplify the process_execute simcall

Don't pass the host on which it has to run, as everybody pass
SIMIX_process_self(). Get the inner layers guess that themselves.

(also move a bunch of simcalls in the definition file. Sorry for the
noise)
12 files changed:
include/simgrid/simix.h
src/msg/msg_gos.c
src/simix/libsmx.c
src/simix/popping_accessors.h
src/simix/popping_bodies.c
src/simix/popping_enum.h
src/simix/popping_generated.c
src/simix/simcalls.in
src/simix/smx_host.c
src/simix/smx_host_private.h
src/simix/smx_process.c
src/smpi/smpi_bench.c