UnifyFS icon indicating copy to clipboard operation
UnifyFS copied to clipboard

new config setting - margo.server_address

Open MichaelBrim opened this issue 6 months ago • 3 comments

Description

Allows users to explicitly set the Mercury address to use for server-to-server communication.

Motivation and Context

Useful when there are multiple interfaces that support the ofi+tcp protocol, or to use a different protocol.

How Has This Been Tested?

Tested in a docker environment using different network interface and protocol.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Performance enhancement (non-breaking change which improves efficiency)
  • [ ] Code cleanup (non-breaking change which makes code smaller or more readable)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Testing (addition of new tests or update to current tests)
  • [x] Documentation (a change to man pages or other documentation)

Checklist:

  • [x] My code follows the UnifyFS code style requirements.
  • [x] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.
  • [x] All new and existing tests passed.
  • [x] All commit messages are properly formatted.

MichaelBrim avatar Jul 23 '25 14:07 MichaelBrim