Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
deactivate test that actually needs MPI_Type_get_envelope
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / probe-intercomm.c
index edd56e2cf8d6be4f4cfaf12f7f38e033c974cf61..03c9e109c1f0e4394f0f6b236fbab655877fa285 100644 (file)
@@ -32,6 +32,7 @@ int main( int argc, char *argv[] )
     if (size < 2) {
        fprintf( stderr, "This test requires at least two processes." );
        MPI_Abort( MPI_COMM_WORLD, 1 );
+        exit(1);
     }
 
     while (MTestGetIntercomm( &intercomm, &isLeft, 2 )) {