Update mac autotest to use a tolerance when diffing residual norms (#926)
This commit is contained in:
		
							parent
							
								
									8f6bdc6ab8
								
							
						
					
					
						commit
						09d4bd8849
					
				| @ -37,7 +37,7 @@ shift | ||||
| 
 | ||||
| # Basic build and run tests | ||||
| mo="-j test" | ||||
| ro="-ams -ij -sstruct -struct -lobpcg" | ||||
| ro="-ams -ij -sstruct -struct -lobpcg -rt -rtol 0.0 -atol 1e-3" | ||||
| 
 | ||||
| co="" | ||||
| ./test.sh basic.sh $src_dir -co: $co -mo: $mo | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Rob Falgout
						Rob Falgout