small change

This commit is contained in:
tqchen 2014-11-19 19:24:20 -08:00
parent a0342cb196
commit 338117867b

View File

@ -11,6 +11,8 @@ Design Choice
=====
* Does distributed xgboost reply on MPI?
- Yes, but the dependency is isolated in [sync module](../src/sync/sync.h)
- All other parts of code uses interface defined in sync.h
- sync_mpi.cpp is a implementation of sync interface
- Specificially, xgboost reply on MPI protocol that provide Broadcast and AllReduce,
if there are platform/framework that implements these protocol, xgboost should naturally extends to these platform
* How is the data distributed?