reframe icon indicating copy to clipboard operation
reframe copied to clipboard

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.

Results 224 reframe issues
Sort by recently updated
recently updated
newest added

We could introduce a new CLI that uses subcommands: `reframe ACTION [options]`, such as `reframe list` `reframe run` ...

prio: normal
cli

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...

request for enhancement
prio: normal
configuration

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...

feature request
prio: normal
autodetection

This is also mentioned in https://github.com/archspec/archspec/issues/25 but we could start working on a solution for ReFrame already.

request for enhancement
prio: normal
autodetection

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

feature request
prio: normal
autodetection

Currently we through a `ReframeSyntaxError` without any source code information associated, so this is not so user friendly. See also #2240 and #2302.

request for enhancement
prio: normal
test syntax

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...

request for enhancement
prio: normal
test syntax

request for enhancement
prio: normal
test syntax