Vasileios Karakasis

Results 123 issues of Vasileios Karakasis

We are particularly interested in `platform.machine()` and maybe also `uname()`.

prio: normal
autodetection

Currently, parameters defined with `inherit_params=True` must redefine `fmt`.

request for enhancement
prio: normal
test syntax

This is still work in progress. Closes #2636.

prio: normal
documentation
enhancement

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

bug
prio: normal
schedulers

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

bug
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

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