Merge branch 'master' of ssh://github.com/dmlc/rabit

This commit is contained in:
tqchen 2015-03-30 22:18:20 -07:00
commit 2dd6c2f0c9

View File

@ -87,7 +87,7 @@ def get_world_size():
""" """
Returns get total number of process Returns get total number of process
""" """
ret = rbtlib.RabitGetWorlSize() ret = rbtlib.RabitGetWorldSize()
check_err__() check_err__()
return ret return ret