Vasileios Karakasis
Vasileios Karakasis
Agree with that, but you mean we should do that in the unit tests or in the `osext` utility?
We don't need necessarily a new option; it could be the same option if it is passed a directory to load all the python files inside. The problem is the...
I would add to this that we should also allow extra bootstrap options to be passed.
Also the badge shows as "pending".
Also, have you checked the docs? Do these tests' docs appear correctly in the lib docs?
Yes, indeed, Slurm precedence is command-line > environment variable > job script. Another possibility for reframe to support this would be to add a configuration parameter in [sched_options](https://reframe-hpc.readthedocs.io/en/stable/config_reference.html#config.systems.partitions.sched_options) to instruct...
Yes, the idea is to be able to override the parameter values completely. That's a superset of what @casparvl requests, but it would still make his scenario much faster if...
Indeed, the `--repeat` and the similar options work after the test filtering, that's why the `reframe -c ../misc/rfm-support/issue-2915/test.py --repeat=2 -n /f425e3ea -l` does not work. But that was by design,...
I will convert this to a feature request as new functionality is required to support it and will open a PR with a note in the docs.
I see what you mean and it makes sense to have the log file prefixed with whatever is the run's prefix. > is there a way to access the prefix...