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
Hi,
Many thanks for your library, which I have benefited from in my work. I also package your library for openSUSE, where it is available from the default repository.
However, it seems that on 32-bit machines the test fix_fit, a part of make check, is failing; while it is perfectly fine on 64-bit machines. Here is a snippet from the log file:
[ 302s] ./fit_fix_ts > fit_fix.scr
[ 302s] ./fit_nonlin_ts > fit_nonlin.scr
[ 311s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -o fit_linear_ts fit_linear_ts.o ../hdf/libo2scl_hdf.la ../libo2scl.la -lhdf5_hl -lhdf5 -lreadline -lgsl -lgslcblas -lm
[ 311s] libtool: link: g++ -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -o .libs/fit_linear_ts fit_linear_ts.o ../hdf/.libs/libo2scl_hdf.so ../.libs/libo2scl.so -lhdf5_hl -lhdf5 -lreadline -lgsl -lgslcblas -lm
[ 311s] ./fit_linear_ts > fit_linear.scr
[ 311s] echo fit_base.scr fit_min.scr fit_fix.scr fit_linear.scr fit_nonlin.scr > testlist
[ 311s] ../internal/tsumm
[ 312s] Summarizing test results from files:
[ 312s] fit_base.scr
[ 312s] fit_min.scr
[ 312s] fit_fix.scr
[ 312s] fit_linear.scr
[ 312s] fit_nonlin.scr
[ 312s]
[ 312s] Some tests failed in file: fit_fix.scr
[ 312s] Normal fit_nonlin using normal function:
[ 312s]
[ 312s] Normal fit_nonlin fixing first parameter:
[ 312s]
[ 312s] Normal fit_nonlin fixing second parameter:
[ 312s]
[ 312s] Normal fit_nonlin fixing third parameter:
[ 312s]
[ 312s] Using fit_fix::fit() fitting all parameters:
[ 312s]
[ 312s] Using fit_fix::fit_fix() fitting all parameters:
[ 312s]
[ 312s] Using fit_fix and fixing first parameter:
[ 312s]
[ 312s]
[ 312s] Using fit_fix and fixing second parameter:
[ 312s]
[ 312s]
[ 312s] Using fit_fix and fixing third parameter:
[ 312s]
[ 312s] FAIL: relative matrix max=8.295997e-09
[ 312s] covar_31/32
[ 312s]
[ 312s] 27 tests performed.
[ 312s] At least one test failed.
[ 312s] Last failed test: max=8.295997e-09
[ 312s] covar_31/32
[ 312s] One or more O2scl tests failed.
Any help to fix this would be welcome.
The text was updated successfully, but these errors were encountered:
Hi,
Many thanks for your library, which I have benefited from in my work. I also package your library for openSUSE, where it is available from the default repository.
However, it seems that on 32-bit machines the test
fix_fit
, a part ofmake check
, is failing; while it is perfectly fine on 64-bit machines. Here is a snippet from the log file:Any help to fix this would be welcome.
The text was updated successfully, but these errors were encountered: