Icc support: added floating-point exception trapping and accurate maths
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1432
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user