Skip to content
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 a warning in packing communication send buffer #2940

Merged

Commits on Sep 7, 2022

  1. Fix a warning in packing communication send buffer

    When we communication double precision data in single precision, there is a
    conversion from double to float in packing the send buffer.  A static cast
    is added to fix the warning.
    WeiqunZhang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    905d7fb View commit details
    Browse the repository at this point in the history