reframe
reframe copied to clipboard
A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
This introduces the Coverity Scan (https://scan.coverity.com) as a badge to ReFrame
The `module-path` option is not considered when creating the shell script. This causes issues with schedulers such as SLURM.
We need to configure codecov in the repo so that the CI does not fail for files that we don't test them in Github workflows
Copying from the Slack [discussion](https://reframetalk.slack.com/archives/CF8ENLUDB/p1690384673624339): ``` Indeed -P can only parameterize the leaf tests, not the fixtures. Parameterizing the fixtures would require to redefine the whole test hierarchy from the...
Closes #2853. As discussed also on Slack, performance loggers should log a test record for any kind of test. This PR has the purpose to discuss and develop this feature....
We could have for example the following convention: `env_vars['VAR1'] = None` to results in an `unset VAR1` emitted command.
This could be initially on a single dimension. Assume a test with a parameter `x` that takes a range of values and you would like to know at which value...
This is a follow up of #2801 and the idea is to apply it to the configuration files. Since configuration is programmable, users may want to load plugins or modules...