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 102 forks source link

auto-detection could pick up things like clock freq and core features (sse/avx etc) #2290

Open akesandgren opened 2 years ago

akesandgren commented 2 years ago

It could be useful for things like adapting performance reference values, and compile time options.

vkarak commented 2 years ago

We are using archspec behind the scenes, so it should be straightforward to make that information available. We'll have a look at it.