mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-30 19:44:32 +00: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:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user