1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 11:45:56 +01:00

Put back a call that was required

This commit is contained in:
Peter Boyle 2019-07-14 13:59:54 +01:00
parent 07601ac1f5
commit 6179acfda0

View File

@ -324,7 +324,7 @@ public:
double t1=usecond();
// Asynchronous MPI calls multidirectional, Isend etc...
// Non-overlapped directions within a thread. Asynchronous calls except MPI3, threaded up to comm threads ways.
// this->Communicate();
this->Communicate();
double t2=usecond(); timer1 += t2-t1;
this->CommsMerge(compress);
double t3=usecond(); timer2 += t3-t2;