Merge commit '13a319ca01e6fadd0ec7592cff8e7b545af0994e'
This commit is contained in:
commit
5c389ed89a
@ -65,7 +65,7 @@ class AllreduceBase : public IEngine {
|
|||||||
}
|
}
|
||||||
/*! \brief whether is distributed or not */
|
/*! \brief whether is distributed or not */
|
||||||
virtual bool IsDistributed(void) const {
|
virtual bool IsDistributed(void) const {
|
||||||
return tracker_uri == "NULL";
|
return tracker_uri != "NULL";
|
||||||
}
|
}
|
||||||
/*! \brief get rank */
|
/*! \brief get rank */
|
||||||
virtual std::string GetHost(void) const {
|
virtual std::string GetHost(void) const {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user