From: mquinson Date: Thu, 4 Mar 2010 14:45:23 +0000 (+0000) Subject: Add some files to constitute an example of split action replay X-Git-Tag: SVN~552 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9a14e695f6912f2e4e02cdf15b2b64501a4b0cf7 Add some files to constitute an example of split action replay git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7187 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/actions/actions_deployment_split.xml b/examples/msg/actions/actions_deployment_split.xml new file mode 100644 index 0000000000..f62c346aa7 --- /dev/null +++ b/examples/msg/actions/actions_deployment_split.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/examples/msg/actions/actions_toto.txt b/examples/msg/actions/actions_toto.txt new file mode 100644 index 0000000000..de919a825e --- /dev/null +++ b/examples/msg/actions/actions_toto.txt @@ -0,0 +1,4 @@ +# 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 new file mode 100644 index 0000000000..b75c01343c --- /dev/null +++ b/examples/msg/actions/actions_tutu.txt @@ -0,0 +1,4 @@ +# sample action file (with only the actions for tutu, +# to be launched by deployment file) +tutu send toto 1e10 +tutu sleep 12