-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Update checks of supported applications on Pilatus #1829
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
|
I have marked the pull request as a draft, since I will add the working checks of other supported applications here. |
|
I have provided the updated checks of selected scientific applications on Pilatus: for |
|
NAMD failed the performance check on Piz Daint. |
|
Hello @lucamar, 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-03-05 08:36:27 UTC |
|
I have updated the reference performance of LAMMPS on Eiger and Pilatus: we might adjust the checks after further testing. |
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
ekouts
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 overall, I only have a couple of comments based on the coding style guide of reframe.
| else: | ||
| self.valid_prog_environs = ['builtin'] |
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.
| else: | |
| self.valid_prog_environs = ['builtin'] | |
| else: | |
| self.valid_prog_environs = ['builtin'] | |
Please add an extra new line after the if statements
| if self.current_system.name == 'pilatus': | ||
| self.valid_prog_environs = ['cpeIntel'] | ||
| else: | ||
| self.valid_prog_environs = ['builtin'] |
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.
| if self.current_system.name == 'pilatus': | |
| self.valid_prog_environs = ['cpeIntel'] | |
| else: | |
| self.valid_prog_environs = ['builtin'] | |
| if self.current_system.name == 'pilatus': | |
| self.valid_prog_environs = ['cpeIntel'] | |
| else: | |
| self.valid_prog_environs = ['builtin'] | |
Same here
|
Ah sorry, too late 😅 |
|
Oh, sorry! You are right btw in your comment, but never mind, we can fix this whenever we touch again the test file. |
Existing checks of supported applications valid on Eiger can be easily adapted to Pilatus with the following lines (e.g.:
NAMD):