X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ae4444e56c58d6a957263114cff7d81ff48f6a8..758b18fe0fcd4aed9de158b0b3d3caaaf84f11c0:/examples/s4u/actions-comm/s4u_actions-comm.txt diff --git a/examples/s4u/actions-comm/s4u_actions-comm.txt b/examples/s4u/actions-comm/s4u_actions-comm.txt index 58c7e619fa..660581cb84 100644 --- a/examples/s4u/actions-comm/s4u_actions-comm.txt +++ b/examples/s4u/actions-comm/s4u_actions-comm.txt @@ -1,37 +1,6 @@ # sample action file -p0 init -p1 init -p2 init - -p0 comm_size 3 -p0 bcast 5e8 -p1 bcast 5e8 -p2 bcast 5e8 - -p0 compute 4.5E6 -p0 compute 4E6 -p0 compute 2.5E6 - -p0 barrier -p1 barrier -p2 barrier - -p0 send p1 1e9 +p0 recv p1 p0 compute 1e9 -p1 Irecv p0 +p1 send p0 1e10 p1 compute 1e9 -p1 wait -p1 Isend p2 1e9 - -p2 Irecv p1 -p2 compute 5e8 -p2 wait - -p0 barrier -p1 barrier -p2 barrier - -p0 finalize -p1 finalize -p2 finalize