Commit b275f76
authored
Add
The `prgenv` feature is used in cscs-reframe-tests for "generic" tests
that don't need to be run for application-specific uenvs, but should be
run for the base "programming environment"-like uenvs.
E.g. the CUDA samples test filters for the `prgenv` feature:
https://github.com/eth-cscs/cscs-reframe-tests/blob/225f906d2bbab7273d29035a0b1d77c0bfd5d208/checks/prgenv/cuda/cuda_samples.py#L87.
Additionally, cscs-reframe-tests automatically adds the `prgenv` feature
for uenvs whose name start with `prgenv`
(https://github.com/eth-cscs/cscs-reframe-tests/blob/225f906d2bbab7273d29035a0b1d77c0bfd5d208/config/utilities/uenv.py#L134-L135),
but this detection only works when declaring uenvs to be tested by name
(`UENV=prgenv-...`) instead of by path (`UENV=/path/to/squashfs`).
The more reliable way of exposing the feature is to simply set it
explicitly in reframe.yaml, as I've done here.
I'm also adding the `prgenv` feature to prgenv-gnu/25.6 in
#224.prgenv reframe feature to prgenv-nvfortran (#243)1 parent 9d644ca commit b275f76
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments