Home
last modified time | relevance | path

Searched refs:no_to_recv (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/spp/caia-swin-spp-8cfe6814ce52/src/
H A Dmaster.c101 unsigned int no_to_recv, recv_count; in runMaster() local
156 no_to_recv = ((numbytes - sizeof(recv_hdr)) / (ts_len + hash_len)); in runMaster()
159 printf("Received %u Bytes, %u Instances\n", numbytes, no_to_recv); in runMaster()
163 while(recv_count < no_to_recv) { in runMaster()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dvariablesizecommunicator.hh1106 std::size_t no_size_to_recv, no_to_send, no_to_recv, old_size; in communicateFixedSize() local
1107 no_size_to_recv = no_to_send = no_to_recv = old_size = interface_->size(); in communicateFixedSize()
1113 --no_to_recv; in communicateFixedSize()
1118 while(no_size_to_recv+no_to_send+no_to_recv) in communicateFixedSize()
1132 no_to_recv -= checkReceiveAndContinueReceiving(handle, recv_trackers, data_recv_req, in communicateFixedSize()
1217 auto no_to_recv = std::count_if(recv_requests.begin(), recv_requests.end(), in communicateVariableSize() local
1219 while(no_to_send+no_to_recv) in communicateVariableSize()
1225 if(no_to_recv) in communicateVariableSize()
1227 no_to_recv -= checkReceiveAndContinueReceiving(handle, recv_trackers, recv_requests, in communicateVariableSize()