commit in quantile test

This commit is contained in:
tqchen
2014-11-10 16:44:07 -08:00
parent d4c4ee0b01
commit 7b8ba268dc
4 changed files with 305 additions and 225 deletions

View File

@@ -1,5 +1,5 @@
export CC = gcc
export CXX = g++
export CXX = clang++
export MPICXX = mpicxx
export LDFLAGS= -pthread -lm
export CFLAGS = -Wall -O3 -msse2 -Wno-unknown-pragmas -fPIC -I../src