noel
noel
The cime branch `jgfouca/ndk_test` seems to have fixed this -- or at least the immediate issue I was having
While Andrew B reported that he does not see any fails with PEM on chrysalis, I do see a fail on frontier using cray compiler (using frontier branch on Jun19)....
All of my PEM tests have worked the first time. And I can reproduce on pm-cpu/intel and fronter/cray
On pm-cpu/intel (which again unfortunately is not ready out-of-box, but i could make a branch) I see I did not turn on internal diagnostics with these simply tests, so just...
Yep, you're right, I did not look closely enough at the reasons for the fails and the DEBUG PEM tests on frontier are run fails (timeouts) not compare fails. I...
`-fp-model=consistent` is the most safe, but I think is only available for ifort (well the man page indicated ifort only, but icpx accepts it). I can try adjusting flags next.
Currently, it looks like many C++ files are being built ignoring flags set via CIME, so I've been editing `externals/ekat/cmake/EkatSetCompilerFlags.cmake` to experiment. I found that on pm-cpu with Intel, I...