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:
@ -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];
|
||||
}
|
||||
|
Reference in New Issue
Block a user