mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Icc: lower the optimisation level to avoid memory aliasing problems in lagrangian
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
c++DBUG =
|
||||
c++OPT = -xSSE3 -O3 -no-prec-div
|
||||
#c++OPT = -xSSE3 -O3 -no-prec-div
|
||||
c++OPT = -xSSE3 -O1 -no-prec-div
|
||||
|
||||
Reference in New Issue
Block a user