We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c644f10 commit e19574fCopy full SHA for e19574f
makefile
@@ -44,7 +44,7 @@ else ifeq ($(PLATFORM), intel)
44
SOFLAGS = -fPIC
45
SOLDFLAGS = -shared -Wl,-soname,libftl.so.1
46
FCFLAGS += -stand f08 -warn -diag-disable=5268 -module $(BUILDDIR)
47
- CXX = g++
+ CXX = icc
48
CXXFLAGS ?= -fast -xHost
49
CXXFLAGS += -std=c++11
50
SUPPRESSIONS =
@@ -54,7 +54,7 @@ else ifeq ($(PLATFORM), nag)
54
SOFLAGS = -PIC
55
SOLDFLAGS = -Wl,-shared -Wl,-soname=libftl.so.1
56
CXX = g++
57
- CXXFLAGS ?= -fast -xHost
+ CXXFLAGS ?= -Ofast -march=native
58
59
60
else
0 commit comments