]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/comm/comm_group_half.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into fix/execute_benched
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / comm_group_half.c
index bd98ab31e74880f5e09c01c9cd78c550aa109f34..21808ea5a8aca9c744a56a26212a74d77feff4a7 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;