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
No visible difference is observed when compiled with -ffast-math.
This is strange.
The text was updated successfully, but these errors were encountered:
zaikunzhang
changed the title
PRIMA_INTEGER_KIND affects the result when compiled with -Ofast -fno-stack-arraysPRIMA_INTEGER_KIND slightly affects the result when compiled with -Ofast -fno-stack-arraysApr 7, 2024
According to https://github.com/primalib/prima/actions/workflows/profile_integer_kind.yml,
PRIMA_INTEGER_KIND
slightly affects the result of the following solvers when compiled with-Ofast -fno-stack-arrays
.PRIMA_INTEGER_KIND = 16
: uobyqa, newuoa, bobyqa, cobylaPRIMA_INTEGER_KIND = 64
: cobylaNo visible difference is observed when compiled with
-ffast-math
.This is strange.
The text was updated successfully, but these errors were encountered: