Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change include order for smpi tests/examples to avoid conflicts
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / eagerdt.c
index 4adc26c..7855b75 100644 (file)
@@ -51,6 +51,7 @@ int main( int argc, char *argv[] )
            fprintf( stderr, "Unable to allocate buffer %d of size %ld\n", 
                        i, (long)extent );
            MPI_Abort( MPI_COMM_WORLD, 1 );
+            exit(1);
        }
     }
     buf = (int *)malloc( 10 * 30 * sizeof(int) );