]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/actions/actions_with_isend.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused include "simgrid_config.h"
[simgrid.git] / examples / msg / actions / actions_with_isend.txt
index 90c3f2471555349b5f30c245fb5afeeac260de42..f486fcb5a3d84319ce1cbba92fd96bbd0ee3053f 100644 (file)
@@ -1,4 +1,8 @@
 # sample action file
+p0 init
+p1 init
+p2 init
+
 p0 send p1 1e9
 p0 compute 1e9
 p0 recv p2
@@ -13,3 +17,8 @@ p2 compute 5e8
 p2 wait
 p2 Isend p0 1e9
 p2 compute 5e8
+
+p0 finalize
+p1 finalize
+p2 finalize
+