-
Notifications
You must be signed in to change notification settings - Fork 62
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
NA OFI: hostname not working on debian loopback interface #535
Comments
@utkarshayachit PR #537 should fix your issue, I just merged it to master. Would you be able to try it out? |
thanks for the fix...it still fails for me; although now I get an error message rather that it just picking a random port. Here's the output from the same test code from the issue.
|
Thanks. Alright I think we'll get to the bottom of it though. Can you please export |
Also thinking more about it, you might want to double check also that your |
here are the results
|
Thanks, I believe the third line in your |
Having said that, we should probably also be able to support this type of loopback IP, I'll have a look to see if we can also do that. In that case I'd expect you to have |
FWIW, removing it does indeed seem to solve the issue |
Great, thanks for confirming. |
My objective is to make the server run on a specific port. Seems like explicitly specifying the address to use should work. However, it does not work is I use hostname instead of IP address or interface name when specifying the address for the server.
The output from this is as follows:
requested address: tcp://miron:11111 server running at address: ofi+tcp;ofi_rxm://192.168.1.73:33499
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: