Skip to content

Commit

Permalink
remove openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
winstywang committed Mar 29, 2015
1 parent b657aa1 commit 730171a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include mshadow/make/mshadow.mk
# all tge possible warning tread
WARNFLAGS= -Wall
CFLAGS = -DMSHADOW_FORCE_STREAM $(WARNFLAGS)
CFLAGS += -g -O3 -I./mshadow/ -fopenmp -fPIC $(MSHADOW_CFLAGS)
CFLAGS += -g -O3 -I./mshadow/ -fPIC $(MSHADOW_CFLAGS)
LDFLAGS = -pthread $(MSHADOW_LDFLAGS)
NVCCFLAGS = --use_fast_math -g -O3 -ccbin $(CXX) $(MSHADOW_NVCCFLAGS)

Expand Down

0 comments on commit 730171a

Please sign in to comment.