-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix compiler error with nvhpc+mpi #1697
Conversation
6c26daa
to
6618898
Compare
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! Thanks for fixing this, I remember coming across it a while back, but I didn't remember to fix it then.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1697 +/- ##
===========================================
+ Coverage 89.20% 89.96% +0.76%
===========================================
Files 763 763
Lines 62970 62878 -92
===========================================
+ Hits 56171 56571 +400
+ Misses 6799 6307 -492 ☔ View full report in Codecov by Sentry. |
This merge fixes a compiler error from nvhpc, when compiling a mpi test.Fix compiler error with nvhpc+mpi. Related PR: ginkgo-project#1697
This PR fixes a compiler error from nvhpc, when compiling a mpi test.
Fixes #1638