Unload altd and darshan (#11162)
This commit is contained in:
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
|
# Unload these modules to prevent any silent linking or unnecessary
|
||||||
# I/O profiling in the case of darshan.
|
# 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:
|
for module in modules_to_unload:
|
||||||
unload_module(module)
|
unload_module(module)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user