Commit 22d93fe8 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add restrict to CCFLAGS for makefiles intended for intel compilers

parent fec87c07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC =		mpicxx -cxx=icc
CCFLAGS =	-g -O3
CCFLAGS =	-g -O3 -restrict
SHFLAGS =	-fPIC
DEPFLAGS =	-M

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC =		icc
CCFLAGS =	-g -O3
CCFLAGS =	-g -O3 -restrict
SHFLAGS =	-fPIC
DEPFLAGS =	-M

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ SHELL = /bin/sh

export OMPI_CXX = icc
CC =		mpicxx
CCFLAGS =	-g -O3
CCFLAGS =	-g -O3 -restrict
SHFLAGS =	-fPIC
DEPFLAGS =	-M

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC =		icc
CCFLAGS =	-g -O3
CCFLAGS =	-g -O3 -restrict
SHFLAGS =	-fPIC
DEPFLAGS =	-M

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler

CC =		icc
CCFLAGS =	-g -O3
CCFLAGS =	-g -O3 -restrict
SHFLAGS =	-fPIC
DEPFLAGS =	-M