-
Notifications
You must be signed in to change notification settings - Fork 117
[test] Add MPI halo cell exchange benchmark #666
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] Add MPI halo cell exchange benchmark #666
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-03-10 00:52:04 UTC |
Codecov Report
@@ Coverage Diff @@
## master #666 +/- ##
==========================================
- Coverage 91.85% 91.83% -0.03%
==========================================
Files 77 77
Lines 9494 9494
==========================================
- Hits 8721 8719 -2
- Misses 773 775 +2
Continue to review full report at Codecov.
|
|
@ajocksch Why is this still a WIP? |
|
the code also compiles with C++ compilers; when reading a line of the input the number of columns is not known in advance |
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. I have just a couple of minor comments yet. Some of my previous comments were not addressed, but are not critical.
The previous one (perhaps the default) had some problems with nested-if indentation. Code is now formatted as follows: indent -linux -bap -i4 -nut -as
No description provided.