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

Public GIT Repository
Update comm, datatype from mpich trunk
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / ic1.c
index 7ab4e6e962dbbc38a0ee795198a10be57338d0cd..9bb4a43b2b511af53965a75fb80832a2c6c404fe 100644 (file)
@@ -24,6 +24,7 @@ int main( int argc, char *argv[] )
     if (size < 2) {
        printf( "Size must be at least 2\n" );
        MPI_Abort( MPI_COMM_WORLD, 0 );
+        exit(0);
     }
 
     MPI_Comm_rank( MPI_COMM_WORLD, &rank );