Skip to content

Commit b68a0c3

Browse files
committed
workflow parser: purge module files before loading
1 parent 0fe9c55 commit b68a0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/tools/parse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if 'RECO_NUM_NODES_OVERRIDE' in os.environ and os.environ['RECO_NUM_NODES_OVERRI
4848
else:
4949
reco_num_nodes_override = 0
5050

51-
modulecmd = ""
51+
modulecmd = " module purge ; "
5252
if 'GEN_TOPO_OVERRIDE_MODULE_DIR' in os.environ:
5353
mod.module('unuse', '/opt/alisw/el8/modulefiles')
5454
mod.module('use', os.environ['GEN_TOPO_OVERRIDE_MODULE_DIR'])

0 commit comments

Comments
 (0)