ZhuoBang Liu

Results 1 issues of ZhuoBang Liu

I tried to add the following code in editdist.c to see the total communication size: ```C size_t = comm_size = tcp2PBytesSent(&pd); printf("total communication size: %zu\n, comm_size"; ``` And it shows...