From df18a796ce976b1f7fd63a1317e13b51dc25b833 Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 30 Nov 2012 09:00:11 +0100 Subject: [PATCH] forgot to add this file thus breaking the smpi_replay test --- examples/smpi/replay/actions_with_isend.txt | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/smpi/replay/actions_with_isend.txt diff --git a/examples/smpi/replay/actions_with_isend.txt b/examples/smpi/replay/actions_with_isend.txt new file mode 100644 index 0000000000..edc93a6208 --- /dev/null +++ b/examples/smpi/replay/actions_with_isend.txt @@ -0,0 +1,23 @@ +0 init +1 init +2 init + +0 send 1 1e9 +0 compute 1e9 +0 recv 2 1e9 + +1 Irecv 0 1e9 +1 compute 1e9 +1 wait +1 send 2 1e9 + +2 Irecv 1 1e9 +2 compute 5e8 +2 wait +2 Isend 0 1e9 +2 compute 5e8 + +0 finalize +1 finalize +2 finalize + -- 2.20.1