Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reactivate allred test
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / allred5.c
index a442550..7bba665 100644 (file)
@@ -38,6 +38,7 @@ int main( int argc, char *argv[] )
            fprintf( stderr, "Unable to allocated space for buffers (%d)\n",
                     count );
            MPI_Abort( MPI_COMM_WORLD, 1 );
+            exit(1);
        }
        for (i=0; i<count; i++) {
            bufin[i] = i;