]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release 3 11
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / bsendpending.c
index cc7cc5acd1f2ee48b54a0427b03c7a24f8032050..70aa336360e881cc0cb0b8c08a1cc5413277bada 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 );