1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-15 10:14: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 // 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; // std::cout << "Duplicate dir " <<direction<<" "<<" OrthogPlane "<<OrthogPlane<<" Dest"<<DestProc <<" xbytes " <<xbytes<<" lane "<< lane<<" cb "<<cb<<std::endl;
return 0; return 0;
return 1; // return 1;
} }
} }
CachedTransfers.push_back(obj); CachedTransfers.push_back(obj);