Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simix seems to destroy the comm by itself, comment the calls to
[simgrid.git] / examples / msg / actions / actions_allReduce.txt
index b583982..7dbc0b7 100644 (file)
@@ -1,3 +1,7 @@
+p0 init
+p1 init
+p2 init
+
 p0 comm_size 3
 p0 allReduce 5e8 5e8
 p1 allReduce 5e8 5e8
@@ -7,3 +11,6 @@ p0 compute 5e8
 p1 compute 5e8
 p2 compute 5e8
 
+p0 finalize
+p1 finalize
+p2 finalize