You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kcp.x compiles but gives garbage when compiled with ifx. To be more specific, the calculation runs to completion but quantities such as total energy, kinetic energy, electrostatic energy, HOMO/LUMO are wrong (not orders-of-magnitude wrong, "just" off by several/many Hartrees). Meanwhile, esr and eself are exactly the same as results from ifort.
So far I have discovered that
compiling with O1 fixes it
compiling with -check bounds fixes it (why, I do not know)
compiling with an older version of oneapi does not fix it (I have tried 2024.0, 2024.1, 2024.2, and 2025.0)
I will continue to investigate...
The text was updated successfully, but these errors were encountered:
kcp.x
compiles but gives garbage when compiled withifx
. To be more specific, the calculation runs to completion but quantities such as total energy, kinetic energy, electrostatic energy, HOMO/LUMO are wrong (not orders-of-magnitude wrong, "just" off by several/many Hartrees). Meanwhile,esr
andeself
are exactly the same as results fromifort
.So far I have discovered that
O1
fixes it-check bounds
fixes it (why, I do not know)oneapi
does not fix it (I have tried 2024.0, 2024.1, 2024.2, and 2025.0)I will continue to investigate...
The text was updated successfully, but these errors were encountered: