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:
parent
b55392ddea
commit
ae61805902
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user