Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
warnings
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / comm_group_half.c
index bd98ab3..21808ea 100644 (file)
@@ -10,7 +10,7 @@
 
 int main(int argc, char **argv)
 {
-    int rank, size, i;
+    int rank, size;
     MPI_Group full_group, half_group;
     int range[1][3];
     MPI_Comm comm;