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

Make scheduler and launcher implicit features of system partitions #3102

Closed vkarak closed 7 months ago

vkarak commented 7 months ago

This would allow to have constraints such as

valid_systems = ['%scheduler=slurm']

for limiting a test to partitions that use a specific backend.