Unload altd and darshan (#11162)
This commit is contained in:
		
				
					committed by
					
						
						Todd Gamblin
					
				
			
			
				
	
			
			
			
						parent
						
							c1f8fdd5df
						
					
				
				
					commit
					a1db22ba1a
				
			@@ -89,7 +89,7 @@ def setup_platform_environment(cls, pkg, env):
 | 
			
		||||
        """
 | 
			
		||||
        # Unload these modules to prevent any silent linking or unnecessary
 | 
			
		||||
        # I/O profiling in the case of darshan.
 | 
			
		||||
        modules_to_unload = ["cray-mpich", "darshan", "cray-libsci"]
 | 
			
		||||
        modules_to_unload = ["cray-mpich", "darshan", "cray-libsci", "altd"]
 | 
			
		||||
        for module in modules_to_unload:
 | 
			
		||||
            unload_module(module)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user