Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix (#324)
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 26 Feb 2019 10:28:47 +0000 (11:28 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 26 Feb 2019 11:46:30 +0000 (12:46 +0100)
commit3e79165b3c7d3ebaa59d0bf6dd132987a14a9373
treea9038e6a172810ccfd4aba92e84a21b0cfd1ab92
parent12842107c688359b7e8806bd8cc4a092a3b913ae
fix (#324)
Throw a HostFailureException when one tries to create (or attach) an
actor an a host that is not on.
If this happens during the parsing of the deployment file, just let it
go.
for MSG, we could die if this happens (we don't for now)
examples/deprecated/msg/platform-failures/platform-failures.tesh
examples/s4u/platform-failures/s4u-platform-failures.tesh
src/msg/msg_process.cpp
src/s4u/s4u_Actor.cpp
src/simix/ActorImpl.cpp
src/surf/sg_platf.cpp