1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

no comms and log cleanup

This commit is contained in:
Christoph Lehner
2025-02-01 16:37:21 +01:00
parent c4fc972fec
commit 84cab5e6e7
3 changed files with 9 additions and 8 deletions

View File

@ -147,7 +147,8 @@ public:
sizeof(obj),d*100+p);
}
CommsComplete(list);
if (!list.empty()) // avoid triggering assert in comms == none
CommsComplete(list);
for(int p=1;p<_processors[d];p++){
accum = accum + column[p];
}