mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
COMP: remove fast-math and unsafe-math-optimizations for Fujitsu (#2564)
- was found to cause issues (snappyHexMesh specifically) on Fugaku. Reported by @azami
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
c++DBUG =
|
||||
c++OPT = -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations
|
||||
@ -1,2 +0,0 @@
|
||||
cDBUG =
|
||||
cOPT = -ffp-contract=fast -ffast-math -O3
|
||||
Reference in New Issue
Block a user