Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i586: Failure of fit_fix test #7

Closed
badshah400 opened this issue Mar 6, 2018 · 1 comment
Closed

i586: Failure of fit_fix test #7

badshah400 opened this issue Mar 6, 2018 · 1 comment
Assignees

Comments

@badshah400
Copy link
Contributor

badshah400 commented Mar 6, 2018

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.

@awsteiner awsteiner self-assigned this Mar 6, 2018
@awsteiner
Copy link
Owner

I'll increase the tolerance here to fix this later today. Let me know if you have any other problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants