mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
Removing the fake error introduced for testing
This commit is contained in:
@ -120,7 +120,6 @@ class ReproducibilityState {
|
|||||||
bitwise_xor(sumarray[thread], repr.th_states[repr.n_call][thread],xors);
|
bitwise_xor(sumarray[thread], repr.th_states[repr.n_call][thread],xors);
|
||||||
// OR all words
|
// OR all words
|
||||||
unsigned char res = 0;
|
unsigned char res = 0;
|
||||||
xors[0]=1;
|
|
||||||
for (int w = 0; w < words; w++) res = res | xors[w];
|
for (int w = 0; w < words; w++) res = res | xors[w];
|
||||||
if ( res ) {
|
if ( res ) {
|
||||||
std::cout << GridLogMessage << "Reproducibility failure report" << std::endl;
|
std::cout << GridLogMessage << "Reproducibility failure report" << std::endl;
|
||||||
|
Reference in New Issue
Block a user