Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / teshsuite / smpi / coll-alltoall / coll-alltoall.c
index 2521cf45344b0ed26f0c54fe774b1913fa070098..cf979c78982d9b7a8f8d6d872aee30a612fcac6a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2022. The SimGrid Team.
+/* Copyright (c) 2009-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -66,10 +66,9 @@ int main(int argc, char *argv[])
     printf("%d ", rb[i]);
   printf("]\n");
 
-  if (rank == 0 && status != MPI_SUCCESS) {
+  if (rank == 0 && status != MPI_SUCCESS)
     printf("all_to_all returned %d\n", status);
-    fflush(stdout);
-  }
+  fflush(stdout);
   xbt_free(sb);
   xbt_free(rb);
   MPI_Finalize();