mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Bug fix
This commit is contained in:
parent
ef97e32152
commit
62601bb649
@ -173,8 +173,12 @@ void CartesianCommunicator::SendToRecvFromBegin(std::vector<CommsRequest_t> &lis
|
|||||||
int from,
|
int from,
|
||||||
int bytes)
|
int bytes)
|
||||||
{
|
{
|
||||||
SendToRecvFromInit(list,xmit,dest,recv,from,bytes);
|
std::vector<CommsRequest_t> reqs(0);
|
||||||
SendToRecvFromBegin(list);
|
SendToRecvFromInit(reqs,xmit,dest,recv,from,bytes);
|
||||||
|
SendToRecvFromBegin(reqs);
|
||||||
|
for(int i=0;i<reqs.size();i++){
|
||||||
|
list.push_back(reqs[i]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
void CartesianCommunicator::SendToRecvFromComplete(std::vector<CommsRequest_t> &list)
|
void CartesianCommunicator::SendToRecvFromComplete(std::vector<CommsRequest_t> &list)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user