1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-10 02:17:06 +01:00

Got command line args working

This commit is contained in:
Peter Boyle
2015-05-11 14:36:48 +01:00
parent 4eb08ac9de
commit b613ed0bb8
17 changed files with 2827 additions and 3407 deletions

View File

@ -29,7 +29,7 @@ int main (int argc, char ** argv)
std::vector<int> simd_layout;
std::vector<int> mpi_layout;
GridParseLayout(argv,argc,mpi_layout,simd_layout,latt_size);
GridParseLayout(argv,argc,latt_size,simd_layout,mpi_layout);
latt_size.resize(4);
#ifdef AVX512