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

This is a _minor_ feature request: when running reframe, the test's name appears like this: - [----------] start processing checks - [ RUN ] run_cuda_strong %use_tool=nsys %gpus_per_cn=4 `/64414b57` @hpc:gpu+builtin Would...

new feature
prio: low

It seems to me that the search function of the docs may be broken. I observe the following "Searching..." but no results returned.

bug
prio: normal
documentation

We are particularly interested in `platform.machine()` and maybe also `uname()`.

prio: normal
autodetection

Currently, parameters defined with `inherit_params=True` must redefine `fmt`.

request for enhancement
prio: normal
test syntax

This is still work in progress. Closes #2636.

prio: normal
documentation
enhancement

Here's the test's stderr: ``` * Reason: spawned process error: command 'squeue -h -j 12962 -o %r' failed with exit code 1: --- stdout --- --- stdout --- --- stderr...

bug
prio: normal
schedulers

I am unable to bootstrap with (1) my Cray system python 3.6.15, or (2) the supplemental python 3.10.9 provided via module. 3.6.15 ``` $ python3 -V Python 3.6.15 $ ./bootstrap.sh...

request for enhancement
prio: normal
installation

I seems that the updating of the sphinx theme is to blame: https://github.com/reframe-hpc/reframe/commit/85403ea752df4a0db1bbaee63c1e725d1b0ca116

bug
documentation

It's easy to reproduce: 1. Install a dev ReFrame version with `pip`: `pip3 install git+https://github.com/reframe-hpc/reframe.git@develop` 2. Go to a random locally cloned git repo and run `reframe -V` You will...

bug
prio: normal

Opening after discussion with @vkarak. It sounds like we've both hit some issues with auto-detection over SSH at one time or another. It appears that when using the SSH scheduler,...

prio: normal
triage