Skip to content
Snippets Groups Projects
Commit 53a0e4a2 authored by Henry's avatar Henry
Browse files

Icc support: added floating-point exception trapping and accurate maths

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1432
parent 96ab642e
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ SUFFIXES += .C
c++WARN = -wd327,525,654,819,1125,1476,1505,1572
CC = icpc -std=c++0x
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
include $(RULES)/c++$(WM_COMPILE_OPTION)
......
......@@ -2,8 +2,7 @@ SUFFIXES += .C
c++WARN = -wd327,525,654,819,1125,1476,1505,1572
#CC = icpc -gcc-version=400
CC = icpc -std=c++0x
CC = icpc -std=c++0x -fp-trap=common -fp-model precise
include $(RULES)/c++$(WM_COMPILE_OPTION)
......@@ -16,7 +15,6 @@ cxxtoo = $(Ctoo)
cctoo = $(Ctoo)
cpptoo = $(Ctoo)
#LINK_LIBS = $(c++DBUG) -lstdc++
LINK_LIBS = $(c++DBUG) -L$(IA32ROOT)/lib
LINKLIBSO = $(CC) $(c++FLAGS) -shared -Xlinker --add-needed -Xlinker --no-as-needed
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment