]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/coll-allreduce/coll-allreduce.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] A few more const local pointers.
[simgrid.git] / teshsuite / smpi / coll-allreduce / coll-allreduce.c
index a1760038978bfc89072b3f97fed58aec32e3d56d..e08316e7abd7c6d94fa1bbc693321f7661eee049 100644 (file)
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
     printf("MPI_Allreduce did not return MPI_ERR_TYPE for MPI_DATATYPE_NULL type\n");
   status = MPI_Allreduce(sb, rb, size, MPI_UNSIGNED_LONG_LONG, MPI_OP_NULL, MPI_COMM_WORLD);
   if(status!=MPI_ERR_OP)
-    printf("MPI_Allreduce did not return MPI_ERR_COMM for MPI_OP_NULL op\n");
+    printf("MPI_Allreduce did not return MPI_ERR_OP for MPI_OP_NULL op\n");
   status = MPI_Allreduce(sb, rb, size, MPI_UNSIGNED_LONG_LONG, MPI_SUM, MPI_COMM_NULL);
   if(status!=MPI_ERR_COMM)
     printf("MPI_Allreduce did not return MPI_ERR_COMM for MPI_COMM_NULL comm\n");