From 2cf5a6ae6ae231b760bf9d9495e6527a41053282 Mon Sep 17 00:00:00 2001 From: "m.petschow" Date: Thu, 13 Feb 2014 12:02:50 +0000 Subject: [PATCH] changed make.inc files --- INSTALL/make.inc.gnu | 4 ++-- INSTALL/make.inc.intel | 4 ++-- make.inc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL/make.inc.gnu b/INSTALL/make.inc.gnu index 73a6b39..1698984 100644 --- a/INSTALL/make.inc.gnu +++ b/INSTALL/make.inc.gnu @@ -4,7 +4,7 @@ FC = gfortran # Compiler flags CFLAGS = -pthread -O3 -FFLAGS = -O3 -funderscoring +FFLAGS = -O3 -funderscoring -fopenmp # Archiver and flags used when building the archive AR = /usr/bin/ar @@ -22,4 +22,4 @@ INCLAPACK = 1 # On some systems 'spinlocks' are not supported, therefore # here the flag to use 'mutexes' instead; default value is 1 -SPINLOCK_SUPPORT = 1 \ No newline at end of file +SPINLOCK_SUPPORT = 1 diff --git a/INSTALL/make.inc.intel b/INSTALL/make.inc.intel index d6a699d..f234176 100644 --- a/INSTALL/make.inc.intel +++ b/INSTALL/make.inc.intel @@ -4,7 +4,7 @@ FC = ifort # Compiler flags CFLAGS = -pthread -O3 -restrict -FFLAGS = -nofor-main -O3 -assume underscore +FFLAGS = -nofor-main -O3 -assume underscore -openmp # Archiver and flags used when building the archive AR = /usr/bin/ar @@ -22,4 +22,4 @@ INCLAPACK = 1 # On some systems 'spinlocks' are not supported, therefore # here the flag to use 'mutexes' instead; default value is 1 -SPINLOCK_SUPPORT = 1 \ No newline at end of file +SPINLOCK_SUPPORT = 1 diff --git a/make.inc b/make.inc index 619fbbd..766c7f1 100644 --- a/make.inc +++ b/make.inc @@ -5,7 +5,7 @@ FC = gfortran # Compiler flags CFLAGS = -O3 -g -pthread -FFLAGS = -O3 -g -funderscoring +FFLAGS = -O3 -g -funderscoring -fopenmp # Archiver and flags used when building the archive AR = /usr/bin/ar