add sync module

This commit is contained in:
tqchen
2015-01-18 21:31:09 -08:00
parent 152e08974d
commit ba0b950a84
10 changed files with 42 additions and 29 deletions

12
src/sync/sync.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef XGBOOST_SYNC_H_
#define XGBOOST_SYNC_H_
/*!
* \file sync.h
* \brief the synchronization module of rabit
* redirects to subtree rabit header
* \author Tianqi Chen
*/
#include "../../subtree/rabit/include/rabit.h"
#endif // XGBOOST_SYNC_H_