Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot to add this file thus breaking the smpi_replay test
authorsuter <frederic.suter@cc.in2p3.fr>
Fri, 30 Nov 2012 08:00:11 +0000 (09:00 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Fri, 30 Nov 2012 08:00:11 +0000 (09:00 +0100)
examples/smpi/replay/actions_with_isend.txt [new file with mode: 0644]

diff --git a/examples/smpi/replay/actions_with_isend.txt b/examples/smpi/replay/actions_with_isend.txt
new file mode 100644 (file)
index 0000000..edc93a6
--- /dev/null
@@ -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
+