1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Gparity works now even if simd distributed in a Gparity twist direction.

Tested by doubling lattice in t-direction.
This commit is contained in:
Peter Boyle
2015-08-14 12:57:42 +01:00
parent e6bed000c3
commit cc63078de5
5 changed files with 90 additions and 108 deletions

View File

@ -44,7 +44,7 @@ void Replicate(Lattice<vobj> &coarse,Lattice<vobj> & fine)
int main (int argc, char ** argv)
{
const int nu = 0;
const int nu = 3;
Grid_init(&argc,&argv);