From: suter Date: Fri, 30 Nov 2012 08:00:11 +0000 (+0100) Subject: forgot to add this file thus breaking the smpi_replay test X-Git-Tag: v3_9_rc1~86^2~240 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/df18a796ce976b1f7fd63a1317e13b51dc25b833 forgot to add this file thus breaking the smpi_replay test --- 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 +