Skip to content

Commit

Permalink
changed make.inc files
Browse files Browse the repository at this point in the history
  • Loading branch information
petschow committed Feb 13, 2014
1 parent a82654b commit 2cf5a6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL/make.inc.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
SPINLOCK_SUPPORT = 1
4 changes: 2 additions & 2 deletions INSTALL/make.inc.intel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
SPINLOCK_SUPPORT = 1
2 changes: 1 addition & 1 deletion make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cf5a6a

Please sign in to comment.