Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tesh files to test all new collectives
[simgrid.git] / src / smpi / colls / allreduce-rab1.c
index 0dc64c1..ec6afc7 100644 (file)
@@ -97,5 +97,5 @@ int smpi_coll_tuned_allreduce_rab1(void *sbuff, void *rbuff,
     free(tmp_buf);
   }
 
-  return 0;
+  return MPI_SUCCESS;
 }