X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16650cf3a83f23bc7f3e277a6a7dc1473c5d1c14..77537f25120f01141d7d9b669ad8178330531e00:/examples/msg/actions/mpi_actions_shared.txt diff --git a/examples/msg/actions/mpi_actions_shared.txt b/examples/msg/actions/mpi_actions_shared.txt new file mode 100644 index 0000000000..088c23b21a --- /dev/null +++ b/examples/msg/actions/mpi_actions_shared.txt @@ -0,0 +1,54 @@ +# 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 compute 1e9 + +p1 Irecv p0 +p1 compute 1e9 +p1 wait +p1 Isend p2 1e9 + +p2 Irecv p1 +p2 compute 5e8 +p2 wait + +p0 barrier +p1 barrier +p2 barrier + +p0 reduce 5e8 5e8 +p1 reduce 5e8 5e8 +p2 reduce 5e8 5e8 + +p0 compute 5e8 +p1 compute 5e8 +p2 compute 5e8 + +p0 barrier +p1 barrier +p2 barrier + +p0 allReduce 5e8 5e8 +p1 allReduce 5e8 5e8 +p2 allReduce 5e8 5e8 + +p0 finalize +p1 finalize +p2 finalize +