From 42a9ac71d204a086681dca41f67a2993a4197164 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 14 Feb 2016 16:21:21 -0600 Subject: [PATCH] BUg fix, wait till complete. --- lib/Stencil.h | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/lib/Stencil.h b/lib/Stencil.h index 4e3cfe3e..6816fdaa 100644 --- a/lib/Stencil.h +++ b/lib/Stencil.h @@ -112,7 +112,24 @@ namespace Grid { comms_bytes+=2.0*bytes; Packets.push_back(p); } - + /* + void Communicate(void ) { + // typedef CartesianCommunicator::CommsRequest_t CommsRequest_t; + // std::vector reqs(0); + commtime-=usecond(); + for(int i=0;iSendToRecvFrom( + Packets[i].send_buf, + Packets[i].to_rank, + Packets[i].recv_buf, + Packets[i].from_rank, + Packets[i].bytes); + Packets[i].done = 1; + } + // _grid->SendToRecvFromComplete(reqs); + commtime+=usecond(); + } + */ void Communicate(void ) { typedef CartesianCommunicator::CommsRequest_t CommsRequest_t; std::vector reqs(0); @@ -124,10 +141,12 @@ namespace Grid { Packets[i].recv_buf, Packets[i].from_rank, Packets[i].bytes); - Packets[i].done = 1; } _grid->SendToRecvFromComplete(reqs); commtime+=usecond(); + for(int i=0;i