-
Notifications
You must be signed in to change notification settings - Fork 934
mtl/ofi: Remove unused variables, and check ompi_ret #11686
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
|
FWIW: We typically uniquely identify the Coverity issue(s) found and fixed in the Git commit messages. E.g., "CID 12345". |
812e04a to
294d018
Compare
jsquyres
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 can attest to the fact that the CID messages are in the commit messages, but another OFI person should review the content of the code changes. They look nominally correct to me, but I have no way of testing them.
wenduwan
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.
Change lgtm. Thanks!
|
This is old enough I will rebase it. Thank you for the reviews. |
|
@lrbison Any plan to merge this? |
|
Forgot about this one. Let me rebase and merge it. Thanks for the reminder! |
Correct Coverity issue CID 1515755. Signed-off-by: Luke Robison <[email protected]>
Correct Coverity CID 1515761. Remove unused variable found by GCC (namelen). Signed-off-by: Luke Robison <[email protected]>
|
Rebased this morning and built cleanly. This is ready for merge, but NVIDIA CI failed during checkout it seems. @janjust Can you take a look at NVIDIA CI? |
|
Running AWS internal CI |
Fix two issues in mtl/ofi found by Coverity.