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

View File

@@ -11,8 +11,7 @@
#include <cmath>
#include <climits>
#include <algorithm>
// rabit library for synchronization
#include <rabit.h>
#include "../sync/sync.h"
#include "./evaluation.h"
#include "./helper_utils.h"

View File

@@ -10,8 +10,7 @@
#include <utility>
#include <string>
#include <limits>
// rabit library for synchronization
#include <rabit.h>
#include "../sync/sync.h"
#include "../utils/io.h"
#include "../utils/base64.h"
#include "./objective.h"