1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Merge pull request #309 from kostrzewa/format_benchmark_wilson_sweep

Format benchmark wilson sweep
This commit is contained in:
Peter Boyle 2020-08-31 12:43:46 -04:00 committed by GitHub
commit a98c91c2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ int main (int argc, char ** argv)
std::cout << GridLogMessage;
std::cout << latt_size;
std::cout << "\t\t";
GridCartesian Grid(latt_size,simd_layout,mpi_layout);
GridRedBlackCartesian RBGrid(&Grid);