Skip to content

Commit 20447be

Browse files
committed
Someone left a debug printf in NBC
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
1 parent 592e2cc commit 20447be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/mca/coll/libnbc/nbc_iallgather.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ static int nbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype s
132132

133133
switch (alg) {
134134
case NBC_ALLGATHER_LINEAR:
135-
if (rank == 0) printf("MK: LINEAR\n");
136135
res = allgather_sched_linear(rank, p, schedule, sendbuf, sendcount, sendtype,
137136
recvbuf, recvcount, recvtype);
138137
break;

0 commit comments

Comments
 (0)