Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless test (it's always true).
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 4 Nov 2013 09:58:21 +0000 (10:58 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 4 Nov 2013 09:58:21 +0000 (10:58 +0100)
src/smpi/colls/reduce-scatter-gather.c

index 19c6794..af317fb 100644 (file)
@@ -216,7 +216,7 @@ int smpi_coll_tuned_reduce_scatter_gather(void *sendbuf, void *recvbuf,
   }
 
 
   }
 
 
-  else if (count >= comm_size) {
+  else /* (count >= comm_size) */ {
     tmp_buf = (void *) xbt_malloc(count * extent);
 
     //if ((rank != root))
     tmp_buf = (void *) xbt_malloc(count * extent);
 
     //if ((rank != root))