Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate working tests
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / scancel2.c
index b027f0b6d83c57eb17e0344997df13aad5f95749..8da02570da356d0e9b8ea5aa37dc1204798605d1 100644 (file)
@@ -40,6 +40,7 @@ int main( int argc, char *argv[] )
        if (!buf) {
            fprintf( stderr, "Unable to allocate %d bytes\n", n );
            MPI_Abort( MPI_COMM_WORLD, 1 );
+            exit(1);
        }
 
        if (rank == source) {