Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #193 from Takishipp/signals
[simgrid.git] / teshsuite / smpi / coll-gather / coll-gather.c
index a8cd2c4..6c593da 100644 (file)
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
   int count = 2;
   int* sb = (int *) xbt_malloc(count * sizeof(int));
   int* rb = (int *) xbt_malloc(count * size * sizeof(int));
-  
+
   for (int i = 0; i < count; ++i)
     sb[i] = rank * count + i;
   for (int i = 0; i < count * size; ++i)