quick fix seed

This commit is contained in:
tqchen
2015-01-30 16:50:10 -08:00
parent 25957bb1d4
commit b32d4faa82
3 changed files with 5 additions and 5 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