-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement better support for cmd line specified valid_systems #21
Comments
i'll create an issue for this in ReFrame as well, maybe they can solve this. |
Transferring the example that I checked, here. |
upstream issue: reframe-hpc/reframe#2820 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently, if you specify valid_systems on the command line, no automatic filtering is done, so you have to do the filtering yourself.
the reason is that unfortunately, combining systemname:partitionname with features is not fully supported in the current version of ReFrame (4.0.5).
for example, this works (multiple list items behave like the OR operation):
but this does not (multiple string items behave like AND operation):
this is what ReFrame shows in this case:
maybe it's possible check the features of the partitions that are specified on the cmd line, and filter the tests based on that
more info here: https://reframe-hpc.readthedocs.io/en/stable/regression_test_api.html#reframe.core.pipeline.RegressionTest.valid_systems
The text was updated successfully, but these errors were encountered: