added -fopenmp compile flag to actually use OpenMP

git-svn-id: svn://anubis/gvsu@333 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-12-08 00:23:31 +00:00
parent b55392ddea
commit ae61805902

View File

@ -1,7 +1,7 @@
CXX := mpiCC
CXXFLAGS := `sdl-config --cflags`
LDFLAGS := `sdl-config --libs`
CXXFLAGS := `sdl-config --cflags` -fopenmp
LDFLAGS := `sdl-config --libs` -fopenmp
TARGET := mpi-fractals
OBJS := mpi-fractals.o
OBJS += NewtonComputation.o