Someone left a debug printf in NBC
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
Этот коммит содержится в:
родитель
592e2cc0d9
Коммит
20447be744
@ -132,7 +132,6 @@ static int nbc_allgather_init(const void* sendbuf, int sendcount, MPI_Datatype s
|
|||||||
|
|
||||||
switch (alg) {
|
switch (alg) {
|
||||||
case NBC_ALLGATHER_LINEAR:
|
case NBC_ALLGATHER_LINEAR:
|
||||||
if (rank == 0) printf("MK: LINEAR\n");
|
|
||||||
res = allgather_sched_linear(rank, p, schedule, sendbuf, sendcount, sendtype,
|
res = allgather_sched_linear(rank, p, schedule, sendbuf, sendcount, sendtype,
|
||||||
recvbuf, recvcount, recvtype);
|
recvbuf, recvcount, recvtype);
|
||||||
break;
|
break;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user