Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The creation of the pimpl needs no simcall
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Mar 2019 17:52:08 +0000 (18:52 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Mar 2019 17:57:12 +0000 (18:57 +0100)
commitdebe4e5871c0c3d1c714bbb1bd28ba7147454aa5
tree54a03ea43b3b303326127b8f5e0094a281220481
parent58bb34bb3a854fb4ea3f1daf6ed3c742efb89e1d
The creation of the pimpl needs no simcall

Now that init and start are split, creating the ExecImpl in init (the
constructor) has no impact on the simulation kernel. The action is
created by start().

This slightly modifies the ordering of the output in one tesh file
examples/s4u/exec-monitor/s4u-exec-monitor.tesh
src/s4u/s4u_Exec.cpp