-
Notifications
You must be signed in to change notification settings - Fork 117
[testlib] Add GROMACS benchmark tests #2186
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
Conversation
|
Hello @hurricane642, 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 2021-11-29 20:07:36 UTC |
|
Can I test this patch? |
Codecov Report
@@ Coverage Diff @@
## master #2186 +/- ##
=======================================
Coverage 86.12% 86.12%
=======================================
Files 56 56
Lines 10208 10208
=======================================
Hits 8792 8792
Misses 1416 1416 Continue to review full report at Codecov.
|
|
ok to test |
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.
Just a couple of minor comments.
|
@victorusu We will also need to document the test properly. I will address the PR comments, but can you expand a bit on what the actual tests. An important thing is to point to the input files. |
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.
I've done some fixes in the documentation and now it's ready to be merged.
|
@jenkins-cscs retry daint |
This is a continuation of the work on the test library. This PR work has been done with GROMACS tests. A new file base_check.py has been added, introducing the main class for the GROMACS test, as well as the CSCS tests inherited from it.