Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce size of recently added tests, to avoid them taking so long to complete
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / bsendpending.c
index cc7cc5a..70aa336 100644 (file)
@@ -53,6 +53,7 @@ int main( int argc, char *argv[] )
                fprintf( stderr, "Unable to allocate a buffer of %d bytes\n",
                         bufsize );
                MPI_Abort( MPI_COMM_WORLD, 1 );
+                exit(1);
            }
            
            MPI_Buffer_attach( buf, bufsize );