Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finish pulling changes from mpich trunk testsuite
[simgrid.git] / teshsuite / smpi / mpich3-test / group / groupcreate.c
index 5e3a2f3..c8952d8 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) */
-           MPI_Group_size( group_array[i], &group_size );
+           rc = MPI_Group_size( group_array[i], &group_size );
            if (group_size != size) {
                fprintf( stderr, "Group number %d not correct (size = %d)\n", 
                         i, size );