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 190 reframe issues
Sort by recently updated
recently updated
newest added

The `ssh` scheduler should "reserve" the amount of nodes requested by the job and it should make the list of reserved hosts available in the job's `nodelist`. We should also...

prio: low
schedulers

This is a follow up of #3227 as a means to let users reduce the size of the produced tables on-demand. For example, `sysenv` is essential for uniquely identifying test...

prio: normal
reporting

The typo is at the start of the sentence here: https://github.com/reframe-hpc/reframe/blob/a952b44910fe94eada84d1fe86eb1352c30e90b7/docs/manpage.rst?plain=1#L889

bug
prio: normal
documentation

This PR adds a reframe reusable test for [MetalWalls](https://gitlab.com/ampere2/metalwalls) The tests make use of the benchmark files present in the same repo under hackatonGPU/benchmark* testing systems with different number of...

prio: normal
test library

Hi, I would like to specify the run-report path from within a test. _Is this even possible?_ I've tried to access and modify the loaded configuration with commands like `reframe.core.settings.site_configuration['general']`,...

help wanted
prio: normal

From my understanding, when adding to the MODULEPATH (using `--module-path` or `reframe.core.modules.ModulesSystem.searchpath_add()`), reframe runs the equivalent of `module use /path/to/modules/` in the reframe job and then launches the test job...

help wanted
prio: normal

I have a test with an optional dependency, see below. I use the `Blender_CompileShaders` test to force a one-time action (when the NVIDIA driver has changed) of compiling NVIDIA shaders...

help wanted
prio: normal

Fixes #3231

prio: normal
bugfix
test library

When I try to compile it with [makefile.hip](https://github.com/reframe-hpc/reframe/blob/develop/hpctestlib/microbenchmarks/gpu/src/gpu_burn/makefile.hip), i.e with the following compilation line `hipcc -O3 gpu_burn.cu -o gpu_burn.x -DTARGET_HIP -std=c++14 -I/opt/rocm/rocm_smi/include -lnuma -lrocm_smi64 -lrocblas`, I get the following error...

prio: normal
test library
triage