Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / teshsuite / smpi / mpich3-test / group / groupcreate.c
index c8952d84e153a33195cc8016ad51515e0d8dab60..5e3a2f3b660fb6ae75be02a095180ccd06fd38aa 100644 (file)
@@ -41,7 +41,7 @@ int main( int argc, char **argv )
        else {
            /* Check that the group was created (and that any errors were
               caught) */
-           rc = MPI_Group_size( group_array[i], &group_size );
+           MPI_Group_size( group_array[i], &group_size );
            if (group_size != size) {
                fprintf( stderr, "Group number %d not correct (size = %d)\n", 
                         i, size );