reframe
reframe copied to clipboard
A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
We could introduce a new CLI that uses subcommands: `reframe ACTION [options]`, such as `reframe list` `reframe run` ...
On the platforms where cross compilation is not possible, ReFrame provides the user with `build_locally` parameter that can be defined within a regression test. It would be helpful if we...
The current topology info extracted by ReFrame can be extended further to include - Memory info (Linux commands like `free` or `psutil`) - Network adapter info (From `/sys/class/net` which includes...
This is also mentioned in https://github.com/archspec/archspec/issues/25 but we could start working on a solution for ReFrame already.
It could be useful for things like adapting performance reference values, and compile time options.
Currently we through a `ReframeSyntaxError` without any source code information associated, so this is not so user friendly. See also #2240 and #2302.
This exit code should not be the same as with the normal failures. Generally, we should come up with different exit codes for the different types of failures. One possible...