Vasileios Karakasis
Vasileios Karakasis
We are particularly interested in `platform.machine()` and maybe also `uname()`.
Currently, parameters defined with `inherit_params=True` must redefine `fmt`.
This is still work in progress. Closes #2636.
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...
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...
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']`.
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:...
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...
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...
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...