Theofilos Manitaras

Results 21 issues of Theofilos Manitaras

This could help catch regressions like the one in https://github.com/eth-cscs/reframe/issues/2466

request for enhancement
prio: low

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.

prio: normal
code quality
4.x

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.

request for enhancement
prio: low

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...

request for enhancement
prio: low

.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

bug report

**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...

bug

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

bug
documentation

request for enhancement
prio: low
packaging

This would make cloning much faster

request for enhancement
prio: normal

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...

new feature
prio: normal
configuration