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
running without explicit SSE is now faster when compiled with GCC than if explicit SSE stuff is enabled (strange, huh?) (GCC 7.4.0)
in return_check.data, ddU comes out as NaN or some insanely large number in the return check for reasons which are not clear to me. When compiled with SSE, this is not the case.
Everything else seems to work correctly. In particular, there don't seem to be any problems in the clover derivative or the clover term where _su3_minus_su3 is used as well.
I cannot identify where the problem originates, but it does not seem to affect anything else. Still worth investigating!
The text was updated successfully, but these errors were encountered:
return_check.data
,ddU
comes out as NaN or some insanely large number in the return check for reasons which are not clear to me. When compiled with SSE, this is not the case.Everything else seems to work correctly. In particular, there don't seem to be any problems in the clover derivative or the clover term where
_su3_minus_su3
is used as well.I cannot identify where the problem originates, but it does not seem to affect anything else. Still worth investigating!
The text was updated successfully, but these errors were encountered: