Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adapt tests to avoid failures when spurious ASan warnings are interlaced.
[simgrid.git] / teshsuite / smpi / coll-alltoallv / coll-alltoallv.c
index a5e55bf..3e4ec10 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2020. The SimGrid Team.
+/* Copyright (c) 2013-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -141,6 +141,7 @@ int main(int argc, char **argv)
   MPI_Barrier(MPI_COMM_WORLD);
   if (0 == rank) {
     printf("Alltoallv TEST COMPLETE.\n");
+    fflush(stdout);
   }
   free(sdispls);
   free(rdispls);