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
With -finline-limit=50000 in the parscalarvec branch I get:
Test 29: norm2 ( chi2 - chi )=874836.987165243
Without the -finline-limit option I get:
Test 29: norm2 ( chi2 - chi )=0
as I should, Please beware in your own builds.
PS: I also tried a variety of options here, using for example -O2 -O0, and leaving off the -fargument-noalias-global option. The -finline-limit is the smoking gun.
With the -finline-limit option I also replaced g_one with other types
I've compiled parscalarvec with -finline-limit=50000 and I get an odd result
for a test of
The remaining C++ flags apart from -finline-limit are:
and the compiler used is
/dist/gcc-4.6.3/bin/g++
The answer ought to be zero.
With -finline-limit=50000 in the parscalarvec branch I get:
Without the -finline-limit option I get:
as I should, Please beware in your own builds.
PS: I also tried a variety of options here, using for example -O2 -O0, and leaving off the -fargument-noalias-global option. The -finline-limit is the smoking gun.
With the -finline-limit option I also replaced g_one with other types
and
etc, and all seem to work ok without the -finline-limit=50000 option.
The text was updated successfully, but these errors were encountered: