1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

Removing the fake error introduced for testing

This commit is contained in:
Guido Cossu
2016-12-09 04:19:36 +00:00
parent 4c11e36d3d
commit 6e57bdb6b3

View File

@ -120,7 +120,6 @@ class ReproducibilityState {
bitwise_xor(sumarray[thread], repr.th_states[repr.n_call][thread],xors);
// OR all words
unsigned char res = 0;
xors[0]=1;
for (int w = 0; w < words; w++) res = res | xors[w];
if ( res ) {
std::cout << GridLogMessage << "Reproducibility failure report" << std::endl;