X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d69523bb9a7c8d5381d44e94f559337bc9745009..ba221c8370d9d092fae68858cd4004250030740e:/examples/msg/actions/actions_bcast.txt diff --git a/examples/msg/actions/actions_bcast.txt b/examples/msg/actions/actions_bcast.txt index 437ecef16e..efcf6f6ef0 100644 --- a/examples/msg/actions/actions_bcast.txt +++ b/examples/msg/actions/actions_bcast.txt @@ -1,19 +1,28 @@ -process0 comm_size 3 -process0 bcast 5e8 -process1 bcast 5e8 -process2 bcast 5e8 +p0 init +p1 init +p2 init -process0 compute 5e8 -process1 compute 2e8 -process2 compute 5e8 +p0 comm_size 3 +p0 bcast 5e8 +p1 bcast 5e8 +p2 bcast 5e8 -process0 bcast 5e8 -process1 bcast 5e8 -process2 bcast 5e8 +p0 compute 5e8 +p1 compute 2e8 +p2 compute 5e8 +p0 bcast 5e8 +p1 bcast 5e8 +p2 bcast 5e8 -process0 bcast 5e8 -process1 bcast 5e8 -process2 bcast 5e8 +p0 compute 5e8 +p1 compute 2e8 +p2 compute 5e8 +p0 reduce 5e8 5e8 +p1 reduce 5e8 5e8 +p2 reduce 5e8 5e8 +p0 finalize +p1 finalize +p2 finalize