Skip to content

Commit

Permalink
Expand envvars in topology_prefix configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Nov 13, 2024
1 parent 89b0225 commit 268f9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/frontend/autodetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def _emit_custom_script(job, env, commands):
def detect_topology():
rt = runtime.runtime()
detect_remote_systems = rt.get_option('general/0/remote_detect')
topo_prefix = rt.get_option('general/0/topology_prefix')
topo_prefix = osext.expandvars(rt.get_option('general/0/topology_prefix'))
for part in rt.system.partitions:
getlogger().debug(f'detecting topology info for {part.fullname}')
found_procinfo = False
Expand Down

0 comments on commit 268f9da

Please sign in to comment.