not needed, PETSc is doing the job

This commit is contained in:
Martin Diehl 2015-11-08 09:43:43 +00:00
parent fde3c8d488
commit ff7cd17b51
1 changed files with 1 additions and 5 deletions

View File

@ -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