mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-31 03:54:33 +00:00 
			
		
		
		
	Smaller vols too
This commit is contained in:
		| @@ -41,7 +41,7 @@ int main(int argc,char **argv) | |||||||
|   std::ofstream os("zmm.dat"); |   std::ofstream os("zmm.dat"); | ||||||
|  |  | ||||||
|   os << "#V Ls Lxy Lzt C++ Asm OMP L1 " <<std::endl; |   os << "#V Ls Lxy Lzt C++ Asm OMP L1 " <<std::endl; | ||||||
|   for(int L=8;L<=32;L+=4){ |   for(int L=4;L<=32;L+=4){ | ||||||
|     for(int m=1;m<=2;m++){ |     for(int m=1;m<=2;m++){ | ||||||
|       for(int Ls=8;Ls<=16;Ls+=8){ |       for(int Ls=8;Ls<=16;Ls+=8){ | ||||||
| 	std::vector<int> grid({L,L,m*L,m*L}); | 	std::vector<int> grid({L,L,m*L,m*L}); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user