-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Add simple FFTW benchmark #776
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
|
@ajocksch Please read the PR guidelines. |
|
On kesch fftw is much slower for PrgEnv-gnu than for other programming environments (more than factor 10). This is without the MPI option on one node. |
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 let the check fail for Kesch with PrgEnv-gnu. Either adapt the reference or remove PrgEnv-gnu from the supported environments or investigate why there is such a difference.
|
@teojgo Can you approve this PR? |
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.
@ajocksch You should make this test generic, so that it can be launched on unknown systems.
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
|
@jenkins-cscs retry none |
Codecov Report
@@ Coverage Diff @@
## master #776 +/- ##
==========================================
- Coverage 91.61% 91.59% -0.03%
==========================================
Files 78 78
Lines 9884 9884
==========================================
- Hits 9055 9053 -2
- Misses 829 831 +2
Continue to review full report at Codecov.
|
No description provided.