Make openmpi package defn more robust (#4183)
Make openmpi handle bad ibv_devices return statuses without bailing out completely. See #4162 for background.
This commit is contained in:
		
				
					committed by
					
						
						Adam J. Stewart
					
				
			
			
				
	
			
			
			
						parent
						
							692a100caa
						
					
				
				
					commit
					ba32f0d3a2
				
			@@ -48,6 +48,8 @@ def _verbs_dir():
 | 
			
		||||
        return path
 | 
			
		||||
    except TypeError:
 | 
			
		||||
        return None
 | 
			
		||||
    except ProcessError:
 | 
			
		||||
        return None
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Openmpi(AutotoolsPackage):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user