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
214 stars 101 forks source link

Include the basic processor info as selectable partition extras from `valid_systems` #3118

Open vkarak opened 6 months ago

vkarak commented 6 months ago

For example, if the detected arch is skylake then we should allow users to add this as a constraint in their valid_systems, e.g., valid_systems = [f'%arch=skylake'].