Commit d5c10ae3 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Merge branch 'test_omp_cluster' of...

Merge branch 'test_omp_cluster' of https://www.ict.inaf.it/gitlab/giacomo.mulas/np_tmcode into test_omp_cluster
Update make.inc to use OMP
parents 6d37bce8 b3b3e955
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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