mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Extra check that failed in quenched test
This commit is contained in:
parent
625bb1d7ee
commit
cd7eac062a
@ -143,6 +143,9 @@ public:
|
|||||||
_simd_layout[d] = simd_layout[d];
|
_simd_layout[d] = simd_layout[d];
|
||||||
_rdimensions[d]= _ldimensions[d]/_simd_layout[d];
|
_rdimensions[d]= _ldimensions[d]/_simd_layout[d];
|
||||||
|
|
||||||
|
// all elements of a simd vector must have same checkerboard.
|
||||||
|
if ( simd_layout[d]>1 ) assert((_rdimensions[d]&0x1)==0);
|
||||||
|
|
||||||
_osites *= _rdimensions[d];
|
_osites *= _rdimensions[d];
|
||||||
_isites *= _simd_layout[d];
|
_isites *= _simd_layout[d];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user