X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee61a0a292a0f7ddb7c01d55c377e607f42755e..1d047f5a110cfd542b0aedeb72f680e03f8709cd:/examples/python/actor-migrate/actor-migrate.tesh diff --git a/examples/python/actor-migrate/actor-migrate.tesh b/examples/python/actor-migrate/actor-migrate.tesh index 6896e53cf5..9415538c93 100644 --- a/examples/python/actor-migrate/actor-migrate.tesh +++ b/examples/python/actor-migrate/actor-migrate.tesh @@ -4,8 +4,8 @@ p Testing the actor migration feature $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${bindir:=.}/actor-migrate.py ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%a@%h)%e%m%n" > [ 0.000000] (worker@Fafard) Let's move to Boivin to execute 1177.14 Mflops (5sec on Boivin and 5sec on Jacquelin) -> [ 5.000000] (monitor@Boivin) After 5 seconds, move the process to Jacquelin +> [ 5.000000] (monitor@Boivin) After 5 seconds, move the actor to Jacquelin > [ 10.000000] (worker@Jacquelin) I wake up on Jacquelin. Let's suspend a bit -> [ 15.000000] (monitor@Boivin) At t=15, move the process to Fafard and resume it. +> [ 15.000000] (monitor@Boivin) At t=15, move the actor to Fafard and resume it. > [ 15.000000] (worker@Fafard) I wake up on Fafard > [ 15.000000] (worker@Fafard) Done