Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify scatter and remove blanks
[simgrid.git] / teshsuite / smpi / coll-alltoall / coll-alltoall.c
index 8a9bd73..3e3f4c5 100644 (file)
@@ -47,7 +47,6 @@ int main(int argc, char *argv[])
     printf("%d ", rb[i]);
   printf("]\n");
 
-
   if (rank == 0) {
     if (status != MPI_SUCCESS) {
       printf("all_to_all returned %d\n", status);