E3SM-Project / HOMMEXX

Clone of ACME for CMDV-SE project to convert HOMME to C++
11 stars 0 forks source link

Fortran tests against baseline files are failing on bowman starting 6/14 #333

Closed ambrad closed 6 years ago

ambrad commented 6 years ago

But not C++ tests. I'll look at this on Monday.

ambrad commented 6 years ago

Not surprising, but nonetheless had to be confirmed: the diff is bisected to the fvm-removal merge. Does not occur on ride. Running with 1 thread shows it is not related to OpenMP. -fp-model strict is being used, so it's not an FP issue.

ambrad commented 6 years ago

Intel 17 and 18 both have the diffs. If I remove -xmic-avx512 -O3 and replace with -O2, the diffs go away. -O3, even on its own, has the diffs. -xmic-avx512 -O1 is OK, but with -O2 it is not.