recheck column mode

This commit is contained in:
tqchen
2014-11-19 11:21:07 -08:00
parent dffcbc838b
commit 54e2ed90d7
8 changed files with 51 additions and 93 deletions

View File

@@ -17,9 +17,10 @@ MPIOBJ = sync_mpi.o
MPIBIN = xgboost-mpi
SLIB = wrapper/libxgboostwrapper.so
.PHONY: clean all python Rpack
.PHONY: clean all mpi python Rpack
all: $(BIN) $(OBJ) $(SLIB) $(MPIOBJ) $(MPIBIN)
all: $(BIN) $(OBJ) $(SLIB)
mpi: $(MPIBIN)
python: wrapper/libxgboostwrapper.so
# now the wrapper takes in two files. io and wrapper part