reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
224 stars 104 forks source link

[feat] Make directory prefix for topology files configurable #3317

Closed vkarak closed 2 weeks ago

vkarak commented 2 weeks ago

This was the only place (excluding the module systems backends) where access to an environment variable ($HOME) was hardcoded. Now this configurable and assigned a default value.

Closes #3091.