Skip to content
Snippets Groups Projects
Commit b3b3e955 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

add support for USE_OPENMP in make.inc

parent 0004e968
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ endif
# CXXFLAGS defines the default compilation options for the C++ compiler
ifndef CXXFLAGS
override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
ifdef USE_OPENMP
override CXXFLAGS+= -fopenmp
endif
ifdef USE_LAPACK
override CXXFLAGS+= -DUSE_LAPACK -DLAPACK_ILP64
ifdef USE_MKL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment