mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-16 18:54:40 +00:00
Looks like the reuse of xfers in staggered has bugs or corner cases depending on volume
This commit is contained in:
@@ -763,11 +763,13 @@ public:
|
|||||||
){
|
){
|
||||||
// FIXME worry about duplicate with partial compression
|
// FIXME worry about duplicate with partial compression
|
||||||
// Wont happen as DWF has no duplicates, but...
|
// Wont happen as DWF has no duplicates, but...
|
||||||
AddCopy(CachedTransfers[i].recv_buf,recv_buf,rbytes);
|
// AddCopy(CachedTransfers[i].recv_buf,recv_buf,rbytes);
|
||||||
|
std::cout << "Duplicate dir " <<direction<<" "<<" OrthogPlane "<<OrthogPlane<<" Dest"<<DestProc <<" xbytes " <<xbytes<<" lane "<< lane<<" cb "<<cb<<std::endl;
|
||||||
|
return 0;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CachedTransfers.push_back(obj);
|
CachedTransfers.push_back(obj);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user