Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be less specific in valgrind suppression.
[simgrid.git] / teshsuite / smpi / isp / umpire / bcast-deadlock.c
index eb1d7ba326294c5e2b14ae7d4554b413c8297eb7..6798490fb95f3bbd224cf69571a9f92b3cfa753f 100644 (file)
@@ -10,7 +10,7 @@ int
 main (int argc, char **argv)
 {
   int rank;
-  int comm = MPI_COMM_WORLD;
+  MPI_Comm comm = MPI_COMM_WORLD;
   char processor_name[128];
   int namelen = 128;
   int buf0[buf_size];