dmlc / dmlc/ps-lite

when using dmlc_ssh.py to start a cluster ,it can't using netinterface ib0

Open
#51 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.6k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

when I start a cluster by dmlc_ssh.py,I find it not use ib0.
In my hosts :
10.10.10.4 Server_10_10_10_4
10.10.101.4 Server_10_10_10_4_IB
eth0 ip is 10.10.10.4,ib0 ip is 10.10.101.4
In https://github.com/dmlc/ps-lite/blob/master/tracker/tracker.py line 391: hostIP = socket.gethostbyname(socket.getfqdn()) or hostIP = socket.gethostbyname(socket.gethostname())
not using DMLC_INTERFACE = ib0,so it get ip 10.10.10.4.
This lead scheduler not using ib0,and all roles using eth0.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.