Icpc 15: -no-prec-div optimization causes snappyHexMesh to fail -- removed
This commit is contained in:
parent
80bf93b496
commit
d0b7597873
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
c++DBUG =
|
||||
c++OPT = -xHost -O2 -no-prec-div
|
||||
c++OPT = -xHost -O2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
cDBUG =
|
||||
cOPT = -O3 -no-prec-div
|
||||
cOPT = -xHost -O2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue