mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Updating
This commit is contained in:
		@@ -124,7 +124,10 @@ PARALLEL_FOR_LOOP
 | 
			
		||||
      }
 | 
			
		||||
#else
 | 
			
		||||
      for(int v=0;v<LLs;v++){
 | 
			
		||||
      
 | 
			
		||||
 | 
			
		||||
	vprefetch(psi[ss+v+LLs]);
 | 
			
		||||
	//	vprefetch(phi[ss+v+LLs]);
 | 
			
		||||
 | 
			
		||||
	int vp= (v==LLs-1) ? 0     : v+1;
 | 
			
		||||
	int vm= (v==0    ) ? LLs-1 : v-1;
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user