Theofilos Manitaras
Theofilos Manitaras
This could help catch regressions like the one in https://github.com/eth-cscs/reframe/issues/2466
Since we only have `simple_test` as the only valid decorator for registering tests, it would be better to use a better name for the decorator.
This would be useful if we need to do some cleanup action regardless of the build/run status. E.g remove some temporary directory created outside of the stage dir.
It would be nice if ReFrame could generate the basic skeleton of a test from the command line, e.g: ``` reframe --generate 'MyTest' ``` would generate the python file with...
.egg paths are not taken into account, therefore during the sanity stage of EasyBuild, importing the installed module will fail. See https://github.com/pypa/setuptools/blob/d9a3b57cfabcae25539b5118977b2f6ef78d641b/changelog.d/2165.breaking.rst
**Describe the bug** When running a simple CUDA vector addition kernel, the expected number of floating point additions is equal to the number of elements in the vector. Nvidia Nsight...
I seems that the updating of the sphinx theme is to blame: https://github.com/reframe-hpc/reframe/commit/85403ea752df4a0db1bbaee63c1e725d1b0ca116
This would make cloning much faster
The concept that was discussed is the support of the following: ``` environs = [{ 'name': 'gnu', 'sched_bind_options': ['--uenv-file={env.extras["uenv_file"]}', '--uenv-mount={env.extras["uenv_mount"]'] }] ``` Using the above syntax, the `env` refers to...