-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Enable performance reporting in the flexible alltoall OSU benchmark #908
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
[test] Enable performance reporting in the flexible alltoall OSU benchmark #908
Conversation
|
Hello @ajocksch, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2019-09-14 12:21:43 UTC |
|
Shall I merge the "alltoall" check with the "Flexible alltoall" check? |
|
@ajocksch For a PR to be merged, at least one approving review is needed. I'll have a look at it today. |
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not merge the tests, because we cannot have a safe reference depending on the number of nodes. What you can do instead is add perf_patterns to the flexible version, so that we can use it with the --performance-report option. You don't even to set a reference, cos ReFrame will automatically insert a generic one. I think this from 2.18 onward, so you should use the @required_version decorator as well.
|
@ajocksch Can you please address my comments here, so that we can merge it? |
…frame into benchmarks/flexible_alltoall
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Regarding the CI: opened JIRA issue for the failing tests on Kesch and the failure on Dom is due to lack of resources. Merging. |
No description provided.