You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to submit a patch for this, but I'm not sure whether to make it in the rabit repo or here. My local copy picks up the version of rabit in xgboost/python-package/xgboost/rabit.py, so I've made the issue here.
The text was updated successfully, but these errors were encountered:
This issue was closed due to the current triaging. We try to aggressive close issues from now on so opened issues can get attended to. I went ahead and re-opened it.
Environment info
Operating System: macOS 10.12.6
Compiler: gcc
Package used (python/R/jvm/C++): python
xgboost
version used: 0.6If installing from source, please provide
The commit hash (
git rev-parse HEAD
) 78c4188Logs will be helpful (If logs are large, please upload as attachment).
If you are using python package, please provide
Steps to reproduce
(and the process exits)
Would it be possible to avoid this, say by storing a global or threadlocal variable? It seems like https://github.com/dmlc/rabit/blob/a764d45cfb438cc9f15cf47ce586c02ff2c65d0f/python/rabit.py#L46-L52 intends to do something like that, but even then, the init will still continue to run, since it doesn't check the result and continues unconditionally.
I'm happy to submit a patch for this, but I'm not sure whether to make it in the rabit repo or here. My local copy picks up the version of rabit in
xgboost/python-package/xgboost/rabit.py
, so I've made the issue here.The text was updated successfully, but these errors were encountered: