From: mquinson Date: Tue, 23 Nov 2010 20:29:02 +0000 (+0000) Subject: cleanup the text files around the actions; tesh files should follow soon X-Git-Tag: v3_5~204 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0031d7a96b864e0cf7e8bd482ed2faade4540d05?hp=7e686257cbae6101593cdef2febe06a5b0ff17d7 cleanup the text files around the actions; tesh files should follow soon git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8626 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/actions/actions_deployment.xml b/examples/msg/actions/actions_deployment.xml deleted file mode 100644 index 7a401b4f6a..0000000000 --- a/examples/msg/actions/actions_deployment.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/examples/msg/actions/actions_split_p0.txt b/examples/msg/actions/actions_split_p0.txt new file mode 100644 index 0000000000..42c8f9d057 --- /dev/null +++ b/examples/msg/actions/actions_split_p0.txt @@ -0,0 +1,4 @@ +# sample action file (with only the actions for p1, +# to be launched by deployment file) +p0 recv p1 +p0 compute 12 diff --git a/examples/msg/actions/actions_split_p1.txt b/examples/msg/actions/actions_split_p1.txt new file mode 100644 index 0000000000..7f9d5cb170 --- /dev/null +++ b/examples/msg/actions/actions_split_p1.txt @@ -0,0 +1,4 @@ +# sample action file (with only the actions for p1, +# to be launched by deployment file) +p1 send p0 1e10 +p1 sleep 12 diff --git a/examples/msg/actions/actions_toto.txt b/examples/msg/actions/actions_toto.txt deleted file mode 100644 index de919a825e..0000000000 --- a/examples/msg/actions/actions_toto.txt +++ /dev/null @@ -1,4 +0,0 @@ -# sample action file (with only the actions for toto, -# to be launched by deployment file) -toto recv tutu -toto compute 12 diff --git a/examples/msg/actions/actions_tutu.txt b/examples/msg/actions/actions_tutu.txt deleted file mode 100644 index b75c01343c..0000000000 --- a/examples/msg/actions/actions_tutu.txt +++ /dev/null @@ -1,4 +0,0 @@ -# sample action file (with only the actions for tutu, -# to be launched by deployment file) -tutu send toto 1e10 -tutu sleep 12 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 diff --git a/examples/msg/actions/bcast_deployment.xml b/examples/msg/actions/bcast_deployment.xml deleted file mode 100644 index 798b9cc12a..0000000000 --- a/examples/msg/actions/bcast_deployment.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/examples/msg/actions/deployment.xml b/examples/msg/actions/deployment.xml new file mode 100644 index 0000000000..96802f4254 --- /dev/null +++ b/examples/msg/actions/deployment.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/examples/msg/actions/actions_deployment_split.xml b/examples/msg/actions/deployment_split.xml similarity index 53% rename from examples/msg/actions/actions_deployment_split.xml rename to examples/msg/actions/deployment_split.xml index f62c346aa7..9f3ba8f4f6 100644 --- a/examples/msg/actions/actions_deployment_split.xml +++ b/examples/msg/actions/deployment_split.xml @@ -2,16 +2,16 @@ separate files, one per process. Launch it like this: - ./actions ../small_platform.xml actions_deployment_split.xml + ./actions homogeneous_3_hosts.xml deployment_split.xml --> - - + + - - + + diff --git a/examples/msg/actions/homogeneous_3_hosts.xml b/examples/msg/actions/homogeneous_3_hosts.xml index eea9ea582d..5231b36ce0 100644 --- a/examples/msg/actions/homogeneous_3_hosts.xml +++ b/examples/msg/actions/homogeneous_3_hosts.xml @@ -2,34 +2,20 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + +