Icc: lower the optimisation level to avoid memory aliasing problems in lagrangian
This commit is contained in:
parent
e06306b798
commit
e2ad6d4032
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user