mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Serialisation removal
This commit is contained in:
parent
c371de42b9
commit
0ac85fa70b
@ -285,12 +285,6 @@ void FlightRecorder::xmitLog(void *buf,uint64_t bytes)
|
|||||||
XmitLoggingCounter++;
|
XmitLoggingCounter++;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
|
||||||
uint64_t word = 1;
|
|
||||||
deviceVector<uint64_t> dev(1);
|
|
||||||
acceleratorCopyToDevice(&word,&dev[0],sizeof(uint64_t));
|
|
||||||
acceleratorCopySynchronise();
|
|
||||||
MPI_Barrier(MPI_COMM_WORLD);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void FlightRecorder::recvLog(void *buf,uint64_t bytes,int rank)
|
void FlightRecorder::recvLog(void *buf,uint64_t bytes,int rank)
|
||||||
|
Loading…
Reference in New Issue
Block a user