1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-14 09:44:40 +00:00

Stag verbose clean up

This commit is contained in:
2025-11-20 18:22:57 +00:00
parent 74e6b19f83
commit 549351bb8a

View File

@@ -764,10 +764,10 @@ public:
// FIXME worry about duplicate with partial compression
// Wont happen as DWF has no duplicates, but...
// 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;
// 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);