reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
217 stars 103 forks source link

[doc] Improve description of `valid_systems` and `valid_prog_environs` in the tutorial and other minor tutorial fixes #3208

Closed createyourpersonalaccount closed 3 months ago

createyourpersonalaccount commented 4 months ago

Closes #3198. Also corrects a mischaracterization of builtin; it is not a partition, it is an environment.

jenkins-cscs commented 4 months ago

Can I test this patch?

vkarak commented 4 months ago

Could you rebase your PR on master? Generally, bug fixes, docs and anything unrelated to new functionality goes into master (check the Contribution guidelines)

createyourpersonalaccount commented 4 months ago

Could you rebase your PR on master? Generally, bug fixes, docs and anything unrelated to new functionality goes into master (check the Contribution guidelines)

I assumed it went on development because you tagged it as ReFrame 4.7.

vkarak commented 4 months ago

I assumed it went on development because you tagged it as ReFrame 4.7.

Yeah, we don't use separate backlogs for patch releases.