Unload altd and darshan (#11162)
This commit is contained in:
parent
c1f8fdd5df
commit
a1db22ba1a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue