Merge pull request #5979 from mkurnosov/coll-libnbc-cleanup
coll/libnbc: remove debug output
Этот коммит содержится в:
Коммит
8459d29738
@ -136,7 +136,6 @@ static int nbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype s
|
||||
recvbuf, recvcount, recvtype);
|
||||
break;
|
||||
case NBC_ALLGATHER_RDBL:
|
||||
if (rank == 0) printf("MK: RDBL\n");
|
||||
res = allgather_sched_recursivedoubling(rank, p, schedule, sendbuf, sendcount,
|
||||
sendtype, recvbuf, recvcount, recvtype);
|
||||
break;
|
||||
|
@ -368,7 +368,6 @@ static inline int bcast_sched_chain(int rank, int p, int root, NBC_Schedule *sch
|
||||
* Description: an implementation of Ibcast using k-nomial tree algorithm
|
||||
*
|
||||
* Time: (radix - 1)O(log_{radix}(comm_size))
|
||||
* Memory: O(reqs_max)
|
||||
* Schedule length (rounds): O(log(comm_size))
|
||||
*/
|
||||
static inline int bcast_sched_knomial(
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user