1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Single node default. Should expose this as command line args, but haven't sorted out

Grid_initialize to handle this. Should put this on the TODO list.
This commit is contained in:
Peter Boyle 2015-05-10 15:26:06 +01:00
parent 02ae26d091
commit 443efd875e

View File

@ -9,7 +9,7 @@ int main (int argc, char ** argv)
Grid_init(&argc,&argv);
std::vector<int> simd_layout({1,1,2,2});
std::vector<int> mpi_layout ({2,2,1,4});
std::vector<int> mpi_layout ({1,1,1,1});
std::vector<int> latt_size ({8,8,8,16});
GridCartesian Fine(latt_size,simd_layout,mpi_layout);