From 65a8898a82c9b5053cc0a39976fdbdc339c9cd22 Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 30 Nov 2012 16:20:10 +0100 Subject: [PATCH] missing file --- examples/smpi/replay/actions_barrier.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/smpi/replay/actions_barrier.txt diff --git a/examples/smpi/replay/actions_barrier.txt b/examples/smpi/replay/actions_barrier.txt new file mode 100644 index 0000000000..55a9a62144 --- /dev/null +++ b/examples/smpi/replay/actions_barrier.txt @@ -0,0 +1,16 @@ +0 init +0 send 1 1e7 +0 barrier +0 compute 98095000 +0 finalize + +1 init +1 recv 0 1e7 +1 barrier +1 compute 76296000 +1 finalize + +2 init +2 barrier +2 compute 76296000 +2 finalize -- 2.20.1