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
213 stars 98 forks source link

[bugfix] Handle `None` cpu model name returned from `archspec` #3199

Closed teojgo closed 1 month ago

teojgo commented 1 month ago

Fixes #3192

jack-morrison commented 1 month ago

Thanks for this catch @teojgo!