Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake option enable_auto_install was replaced by make distcheck about 10 years ago
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / large_message.c
index b8a6d0924c9389760c56658588cd6434548b8610..42d60b7bb6a095b94e27b7e4ba0bff9def49b2e4 100644 (file)
@@ -34,6 +34,7 @@ int main(int argc, char *argv[])
   if (size != 3) {
     fprintf(stderr,"[%d] usage: mpiexec -n 3 %s\n",rank,argv[0]);
     MPI_Abort(MPI_COMM_WORLD,1);
+    exit(1);
   }
 
   cols = malloc(cnt*sizeof(long long));