Eirini Koutsaniti
Eirini Koutsaniti
This PR introduces some changes for the configuration: - ReFrame will always start from a basic minimal configuration with a `generic` system (local scheduler and launcher) and the `builtin` environment....
Since we support `spack` as a [module system](https://reframe-hpc.readthedocs.io/en/stable/config_reference.html#systems-.modules_system) it might be useful to be able to use more than one per system. Maybe we could extend the [module object](https://reframe-hpc.readthedocs.io/en/stable/config_reference.html#module-objects) to...
Closes #2991. I am a bit confused by a comment from @vkarak in the issue: > Just to be clear, the above syntax is proposed for the partition definition. Why...
Includes also changes from #3054, as soon it is merged the diff will be a bit smaller. In order to test it these variables need to be set: ```bash export...
In cscs we have (almost) separated all the systems configuration in different files for better readability but now we have to pass them all manually in the cli `-C common.py...
More information here: https://docs.readthedocs.io/en/stable/pull-requests.html#preview-documentation-from-pull-requests All we need to do is to set `Build pull requests for this project` in the advanced settings of the rtd project: https://docs.readthedocs.io/en/stable/guides/pull-requests.html
I am opening this after a conversation with @jgphpc : When we define module with the full path there can be unnecessary duplication in the code: `config.py` ```python ... 'modules':...
It would be useful to be able to set `max_pending_time` per partition, not only [per test](https://reframe-hpc.readthedocs.io/en/stable/regression_test_api.html#reframe.core.pipeline.RegressionTest.max_pending_time). It could be solved if https://github.com/reframe-hpc/reframe/issues/1500 is implemented.
Currently we are using the `http_logger` to send performance results to elastic through Reframe. It would be nice to be able to send in a similar format the results of...