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

Public GIT Repository
Let simgrid.dtd to be accessible from the web in order to enable automatic validation...
[simgrid.git] / examples / msg / actions / actions_reduce.txt
index e3b6199216eaa6eecda6f0ac938cff61a816f8c8..c2ac680df580b2c066ffbcb1f9020f1d45cd0264 100644 (file)
@@ -1,9 +1,16 @@
-process0 comm_size 3
-process0 reduce 5e8 5e8
-process1 reduce 5e8 5e8
-process2 reduce 5e8 5e8
+p0 init
+p1 init
+p2 init
 
-process0 compute 5e8
-process1 compute 5e8
-process2 compute 5e8
+p0 comm_size 3
+p0 reduce 5e8 5e8
+p1 reduce 5e8 5e8
+p2 reduce 5e8 5e8
 
+p0 compute 5e8
+p1 compute 5e8
+p2 compute 5e8
+
+p0 finalize
+p1 finalize
+p2 finalize