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

Add the env var LCI_BACKEND_TRY_LOCK_MODE for ofi backend #62

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

JiakunYan
Copy link
Collaborator

@JiakunYan JiakunYan commented Nov 28, 2023

env var LCI_BACKEND_TRY_LOCK_MODE is used to select which part of ofi calls should be wrapped in a try lock. Its value can be the combination of the following options (concatenated with ;)

  • send: all libfabric send/write calls.
  • recv: fi_recv calls.
  • poll: fi_cq_read calls.

@JiakunYan JiakunYan merged commit 6bacb6f into master Nov 28, 2023
2 checks passed
@JiakunYan JiakunYan deleted the ofi_try_lock branch April 7, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant