reframe
reframe copied to clipboard
A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
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...
It seems to me that the search function of the docs may be broken. I observe the following "Searching..." but no results returned.
We are particularly interested in `platform.machine()` and maybe also `uname()`.
Currently, parameters defined with `inherit_params=True` must redefine `fmt`.
This is still work in progress. Closes #2636.
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...
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...
I seems that the updating of the sphinx theme is to blame: https://github.com/reframe-hpc/reframe/commit/85403ea752df4a0db1bbaee63c1e725d1b0ca116
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...
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,...