X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2dfa42a467e09f316eec0f0c948b1609c4e1fb8..ba221c8370d9d092fae68858cd4004250030740e:/examples/msg/actions/actions_with_isend.txt diff --git a/examples/msg/actions/actions_with_isend.txt b/examples/msg/actions/actions_with_isend.txt index 3e59843f4a..f486fcb5a3 100644 --- a/examples/msg/actions/actions_with_isend.txt +++ b/examples/msg/actions/actions_with_isend.txt @@ -1,14 +1,24 @@ # sample action file -tutu send toto 1e9 -tutu compute 1e9 -tutu recv - -toto Irecv -toto compute 1e9 -toto wait -toto send titi 1e9 - -titi Irecv -titi compute 5e8 -titi wait -titi send tutu 1e9 \ No newline at end of file +p0 init +p1 init +p2 init + +p0 send p1 1e9 +p0 compute 1e9 +p0 recv p2 + +p1 Irecv p0 +p1 compute 1e9 +p1 wait +p1 send p2 1e9 + +p2 Irecv p1 +p2 compute 5e8 +p2 wait +p2 Isend p0 1e9 +p2 compute 5e8 + +p0 finalize +p1 finalize +p2 finalize +