From b898672753c50d08758f4c1332b3dd1f9983d7d7 Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 15 Jan 2015 22:03:32 -0800 Subject: [PATCH] ok --- multi-node/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/multi-node/README.md b/multi-node/README.md index 62165da4a..ce37daeab 100644 --- a/multi-node/README.md +++ b/multi-node/README.md @@ -8,6 +8,10 @@ This folder contains information of Distributed XGBoost. * You can run Distributed XGBoost on platforms including Hadoop(see [hadoop folder](hadoop)) and MPI - Rabit only replies a platform to start the programs, so it should be easy to port xgboost to most platforms +Build +===== +* In the root folder, run ```./build.sh```, this will give you xgboost, which uses rabit allreduce + Notes ==== * Rabit handles all the fault tolerant and communications efficiently, we only use platform specific command to start programs