Skip to content
Snippets Groups Projects
Commit a1db22ba authored by Mario Melara's avatar Mario Melara Committed by Todd Gamblin
Browse files

Unload altd and darshan (#11162)

parent c1f8fdd5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment