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

I executed `spack install nvhpc` and it installed the nvhpc compilers. I then added the directories into `.spack/compilers.yaml` file : ```python - compiler: spec: nvhpc@=23.9 paths: cc: /lustre/home/br-kolgu/spack/opt/spack/cray-rhel8-broadwell/gcc-13.1.0/nvhpc-23.9-glmhdcpn2c4zouhzuatdrdj7x7igniik/Linux_x86_64/2023/compilers/bin/nvcc cxx: /lustre/home/br-kolgu/spack/opt/spack/cray-rhel8-broadwell/gcc-13.1.0/nvhpc-23.9-glmhdcpn2c4zouhzuatdrdj7x7igniik/Linux_x86_64/2023/compilers/bin/nvc++...

help wanted
prio: normal

For example, if the detected `arch` is `skylake` then we should allow users to add this as a constraint in their `valid_systems`, e.g., `valid_systems = [f'%arch=skylake']`.

prio: normal
test syntax

it would be very convenient to have a method to extract and convert multiple fields at once from csv data. Something like the `cut` utility. An example signature could be:...

request for enhancement
prio: normal

I think that the main use case and what the user would expect in first place is to simply run `make`, `cmake` etc. and not append the compiler definitions and...

prio: normal
enhancement

Previously the CMake config would just run 'make'. This commit runs 'cmake --build .' which enables you to specify different build systems within cmake. Specifically this is useful for Ninja,...

prio: normal
enhancement
buildsystems

This is confusing because (a) this behaviour is different when `build_locally=True` and (b) the test is successful if it's compile-only (see build fixtures). @giordano I think you've hit this before...

prio: normal
triage

This is requested by https://github.com/EESSI/test-suite/issues/68 as well as #2968. #2968 introduces a solution that is LSF-specific (in terms of naming), but the idea is to generalise it to the rest...

new feature
prio: normal
schedulers

The basic tutorial misses some new important features, such as the extended syntax of `valid_systems` and `valid_prog_environs` and ability to the set of variables from the command line. Here's the...

prio: normal
documentation

request for enhancement
prio: low
packaging

Closes #2991. I am a bit confused by a comment from @vkarak in the issue: > Just to be clear, the above syntax is proposed for the partition definition. Why...

new feature
prio: normal