initial implementation of slingshot detection (#33793)
This commit is contained in:
		@@ -36,6 +36,10 @@
 | 
			
		||||
_xc_craype_dir = "/opt/cray/pe/cdt"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def slingshot_network():
 | 
			
		||||
    return os.path.exists("/lib64/libcxi.so")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def _target_name_from_craype_target_name(name):
 | 
			
		||||
    return _craype_name_to_target_name.get(name, name)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user