From c40ccdf3f0f6a87fe049538c0a593e5f8862b5d8 Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 22 Oct 2010 07:50:52 +0000 Subject: [PATCH] Add a small example to test the barrier action which seems to be currently broken Can be launched as follows ./actions homogeneous_3_hosts.xml bcast_deployment.xml actions_barrier.txt git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8443 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/msg/actions/actions_barrier.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/msg/actions/actions_barrier.txt diff --git a/examples/msg/actions/actions_barrier.txt b/examples/msg/actions/actions_barrier.txt new file mode 100644 index 0000000000..be8068e4e1 --- /dev/null +++ b/examples/msg/actions/actions_barrier.txt @@ -0,0 +1,13 @@ +p0 comm_size 3 +p0 send p1 1E7 +p0 barrier +p0 compute 4.5E6 + +p1 comm_size 3 +p1 recv p0 +p1 barrier +p1 compute 4E6 + +p2 comm_size 3 +p2 barrier +p2 compute 4E6 -- 2.20.1