Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake refactoring in teshuite/smpi cont'd
[simgrid.git] / teshsuite / smpi / coll-allgather / coll-allgather.c
similarity index 99%
rename from teshsuite/smpi/allgather/allgather_coll.c
rename to teshsuite/smpi/coll-allgather/coll-allgather.c
index 045154b..753aef8 100644 (file)
@@ -48,7 +48,6 @@ int main(int argc, char *argv[])
     printf("%d ", rb[i]);
   printf("]\n");
 
-
   if (rank == 0) {
     if (status != MPI_SUCCESS) {
       printf("allgather returned %d\n", status);