From d4103ea7ea82169af0e10c979c82323217a47db2 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Thu, 20 Nov 2014 22:01:26 -0800 Subject: [PATCH] Update README.md --- 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 717b40042..6f1008514 100644 --- a/multi-node/README.md +++ b/multi-node/README.md @@ -12,7 +12,7 @@ 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 + - sync_mpi.cpp is a implementation of sync interface using standard MPI library - 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?