mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Test_serialisation MPI fix
This commit is contained in:
		@@ -120,6 +120,8 @@ void tensorConvTestFn(GridSerialRNG &rng, const std::string label)
 | 
			
		||||
 | 
			
		||||
int main(int argc,char **argv)
 | 
			
		||||
{
 | 
			
		||||
  Grid_init(&argc,&argv);
 | 
			
		||||
  
 | 
			
		||||
  GridSerialRNG    rng;
 | 
			
		||||
 | 
			
		||||
  rng.SeedFixedIntegers(std::vector<int>({42,10,81,9}));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user