not needed, PETSc is doing the job
This commit is contained in:
parent
fde3c8d488
commit
ff7cd17b51
|
@ -67,14 +67,10 @@ ifeq "$(PORTABLE)" "FALSE"
|
||||||
PORTABLE_SWITCH =-msse3
|
PORTABLE_SWITCH =-msse3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# settings for multicore support
|
# settings for shared memory multicore support
|
||||||
ifeq "$(OPENMP)" "ON"
|
ifeq "$(OPENMP)" "ON"
|
||||||
OPENMP_FLAG_ifort =-openmp -openmp-report0 -parallel
|
OPENMP_FLAG_ifort =-openmp -openmp-report0 -parallel
|
||||||
OPENMP_FLAG_gfortran =-fopenmp
|
OPENMP_FLAG_gfortran =-fopenmp
|
||||||
LIBRARIES +=-lpthread
|
|
||||||
ifeq "$(F90)" "ifort"
|
|
||||||
LIBRARIES +=-liomp5
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef STANDARD_CHECK
|
ifdef STANDARD_CHECK
|
||||||
|
|
Loading…
Reference in New Issue