From a0342cb196d5d89fcec80c1c5bdf0975de6340b6 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 19 Nov 2014 19:22:36 -0800 Subject: [PATCH] small change --- multi-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node/README.md b/multi-node/README.md index ba445da12..a3f5fb107 100644 --- a/multi-node/README.md +++ b/multi-node/README.md @@ -10,7 +10,7 @@ Build Design Choice ===== * Does distributed xgboost reply on MPI? - - Yes, but the dependency is isolated in [sync](../src/sync/sync.h) module + - Yes, but the dependency is isolated in [sync module](../src/sync/sync.h) - 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?