Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup msg actions
[simgrid.git] / examples / msg / actions / actions_with_isend.txt
diff --git a/examples/msg/actions/actions_with_isend.txt b/examples/msg/actions/actions_with_isend.txt
deleted file mode 100644 (file)
index 8793be6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# sample action file
-p0 send p1 1e9
-p0 compute 1e9
-p0 recv
-
-p1 Irecv 
-p1 compute 1e9
-p1 wait
-p1 send p2 1e9
-
-p2 Irecv
-p2 compute 5e8
-p2 wait
-p2 Isend p0 1e9
-p2 compute 5e8