Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mpich testsuite: activate now working datatype test
[simgrid.git] / teshsuite / smpi / bcast / bcast_coll.c
index c9d898e..bceaf40 100644 (file)
@@ -23,7 +23,7 @@ int main(int argc, char **argv)
   for (i = 0; i < count; i++)
     values[i] = (0 == rank) ? 17 : 3;
 
-  status = MPI_Bcast(values, count, MPI_INT, 0, MPI_COMM_WORLD);
+  MPI_Bcast(values, count, MPI_INT, 0, MPI_COMM_WORLD);
 
   int good = 0;
   for (i = 0; i < count; i++)