mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Update FlightRecorder.cc
This commit is contained in:
parent
ff2ea5de18
commit
8a098889fc
@ -290,7 +290,9 @@ void FlightRecorder::xmitLog(void *buf,uint64_t bytes)
|
||||
deviceVector<uint64_t> dev(1);
|
||||
acceleratorCopyToDevice(&word,&dev[0],sizeof(uint64_t));
|
||||
acceleratorCopySynchronise();
|
||||
#ifndef GRID_COMMS_NONE
|
||||
MPI_Barrier(MPI_COMM_WORLD);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
void FlightRecorder::recvLog(void *buf,uint64_t bytes,int rank)
|
||||
|
Loading…
Reference in New Issue
Block a user