From ff7cd17b513db4c82c7a082827fe264b0f40bf7c Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 8 Nov 2015 09:43:43 +0000 Subject: [PATCH] not needed, PETSc is doing the job --- code/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/Makefile b/code/Makefile index a088f0bad..9ebf5a6d1 100644 --- a/code/Makefile +++ b/code/Makefile @@ -67,14 +67,10 @@ ifeq "$(PORTABLE)" "FALSE" PORTABLE_SWITCH =-msse3 endif -# settings for multicore support +# settings for shared memory multicore support ifeq "$(OPENMP)" "ON" OPENMP_FLAG_ifort =-openmp -openmp-report0 -parallel OPENMP_FLAG_gfortran =-fopenmp -LIBRARIES +=-lpthread -ifeq "$(F90)" "ifort" -LIBRARIES +=-liomp5 -endif endif ifdef STANDARD_CHECK