X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e686257cbae6101593cdef2febe06a5b0ff17d7..0031d7a96b864e0cf7e8bd482ed2faade4540d05:/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 3f0ae37021..8793be692a 100644 --- a/examples/msg/actions/actions_with_isend.txt +++ b/examples/msg/actions/actions_with_isend.txt @@ -1,15 +1,15 @@ # sample action file -tutu send toto 1e9 -tutu compute 1e9 -tutu recv +p0 send p1 1e9 +p0 compute 1e9 +p0 recv -toto Irecv -toto compute 1e9 -toto wait -toto send titi 1e9 +p1 Irecv +p1 compute 1e9 +p1 wait +p1 send p2 1e9 -titi Irecv -titi compute 5e8 -titi wait -titi Isend tutu 1e9 -titi compute 5e8 +p2 Irecv +p2 compute 5e8 +p2 wait +p2 Isend p0 1e9 +p2 compute 5e8