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 messages larger than INT_MAX #75

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Fix messages larger than INT_MAX #75

merged 1 commit into from
Nov 8, 2024

Commits on Nov 8, 2024

  1. Fix messages of size larger than int_max

    LCI will break the message into multiple chunks and send them with RDMA write.
    The size of each chunk is decided by LCI_MAX_SINGLE_MESSAGE_SIZE (2GB by default).
    JiakunYan committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    32165e2 View commit details
    Browse the repository at this point in the history