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

At the moment [resolve_module_conflicts](https://reframe-hpc.readthedocs.io/en/stable/config_reference.html#config.general.resolve_module_conflicts) can only be set at the general configuration level. A use case is in containers that contain a modules system and only loading of some modules...

prio: normal

It would be extremely useful to allow users having full control over the generated executable through Jinja2 templating. Here is an example: ```python class MyTest(...): var = variable(int, value=3) executable_script...

request for enhancement
prio: normal
test syntax

When defining tests it can be useful to have access to the contents of the setup file. Consider for instance the following site configuration. ```python site_configuration = { 'systems': [...

request for enhancement
prio: normal
test syntax

We have the following test: ``` import os import reframe as rfm import reframe.utility as util import reframe.utility.sanity as sn ValidateResources = util.import_from_module('..utils', 'ValidateResources') @rfm.simple_test class build_ior(rfm.CompileOnlyRegressionTest): descr = 'Compile...

prio: normal
ci-integration
triage