update LCI to the latest version #177
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Reconverse’s LCIv2 dependency to a newer upstream commit and adjusts the RDMA “direct nocopy” metadata buffer size to match the updated LCI remote-memory-region-handle sizing.
Changes:
- Bump the autofetch commit (
RECONVERSE_AUTOFETCH_LCI2_TAG) for LCIv2 to a newer upstream revision. - Increase
CMK_NOCOPY_DIRECT_BYTESfrom 24 to 32 to accommodate the LCIrmr_tsize change.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| include/conv-rdma.h | Increases the fixed-size direct nocopy metadata buffer used to store serialized MR/RMR info. |
| CMakeLists.txt | Updates the pinned LCIv2 autofetch commit hash to the latest referenced upstream revision. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ritvikrao
approved these changes
Jun 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I fixed a bug related to using registration cache with the LCI ofi backend in the latest LCI version (uiuc-hpc/lci#169). This PR updates reconverse to the latest LCI commit and increases
CMK_NOCOPY_DIRECT_BYTESto accommodate the LCIrmr_tsize change.