Hello Rob and Max,
I have tried to fix the issues you reported and uploaded a new test
release to:
ftp://alpha.gnu.org/gnu/gsl/gsl-2.2.91.tar.gz
Could you check this new version to see if the issues are resolved? I am
unable to test on windows environments. Regarding the multifit lmsder
errors, this interface is now deprecated in GSL so you shouldn't worry
about those errors (I disabled that test entirely in multifit/test.c).
For the spmatrix issues, I changed all the %zu to %u which is hopefully
more ANSI compliant. I also changed the %lg to %g.
I adjusted the tolerances on the cholesky tests so let me know if there
is still a warning.
Thanks,
Patrick
On 12/05/2016 05:09 PM, [email protected] wrote:
-----Original Message----- From: Patrick Alken
Sent: Tuesday, December 06, 2016 6:33 AM
To: [email protected]
Subject: [Help-gsl] test release for GSL 2.3
I would like to release the next version of GSL (2.3) due to a few
bug fixes. I have uploaded a test release to:
ftp://alpha.gnu.org/gnu/gsl/gsl-2.2.90.tar.gz
ftp://alpha.gnu.org/gnu/gsl/gsl-2.2.90.tar.gz.sig
On MS Windows, using (32-bit) gcc version 5.3.0 (i686-posix-sjlj-rev0,
Built by MinGW-W64 project):
###########################################
=======================================
gsl 2.2.90: linalg/test-suite.log
=======================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test
==========
FAIL: cholesky_decomp unscaled hilbert rcond: ( 7, 7):
1.015027596062922e-009 1.0150275938230001e-009
(1.015027596062922e-009 observed vs 1.0150275938230001e-009 expected)
[272191]
FAIL: cholesky_decomp unscaled hilbert rcond: ( 8, 8):
2.9522220365977099e-011 2.9522216306020002e-011
(2.9522220365977099e-011 observed vs 2.9522216306020002e-011 expected)
[272433]
FAIL: pcholesky_decomp unscaled random: ( 44, 44)[16,37]:
8.1998296082062446e-006 8.1998296082019806e-006
(8.1998296082062446e-006 observed vs 8.1998296082019806e-006 expected)
[486823]
FAIL: pcholesky_decomp unscaled random: ( 44, 44)[37,16]:
8.1998296082062446e-006 8.1998296082019806e-006
(8.1998296082062446e-006 observed vs 8.1998296082019806e-006 expected)
[487726]
###########################################
###########################################
=========================================
gsl 2.2.90: multifit/test-suite.log
=========================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test
==========
FAIL: lmsder/scale=1/linear_rank1 did not converge, status=exceeded
max number of iterations [190261]
FAIL: lmsder/scale=1/weights/linear_rank1 did not converge,
status=exceeded max number of iterations [190264]
FAIL: ridge/lmsder/linear_rank1 did not converge, status=exceeded max
number of iterations [190267]
FAIL: lmsder/scale=10/linear_rank1 did not converge, status=exceeded
max number of iterations [190293]
FAIL: lmsder/scale=10/weights/linear_rank1 did not converge,
status=exceeded max number of iterations [190296]
FAIL: ridge/lmsder/linear_rank1 did not converge, status=exceeded max
number of iterations [190299]
FAIL: lmsder/scale=100/linear_rank1 did not converge, status=exceeded
max number of iterations [190325]
FAIL: lmsder/scale=100/weights/linear_rank1 did not converge,
status=exceeded max number of iterations [190328]
FAIL: ridge/lmsder/linear_rank1 did not converge, status=exceeded max
number of iterations [190331]
FAIL: lmsder/scale=1/linear_rank1zeros did not converge,
status=exceeded max number of iterations [190363]
FAIL: lmsder/scale=1/weights/linear_rank1zeros did not converge,
status=exceeded max number of iterations [190366]
FAIL: ridge/lmsder/linear_rank1zeros did not converge, status=exceeded
max number of iterations [190369]
FAIL: lmsder/scale=10/linear_rank1zeros did not converge,
status=exceeded max number of iterations [190405]
FAIL: lmsder/scale=10/weights/linear_rank1zeros did not converge,
status=exceeded max number of iterations [190408]
FAIL: ridge/lmsder/linear_rank1zeros did not converge, status=exceeded
max number of iterations [190411]
FAIL: lmsder/scale=100/linear_rank1zeros did not converge,
status=exceeded max number of iterations [190447]
FAIL: lmsder/scale=100/weights/linear_rank1zeros did not converge,
status=exceeded max number of iterations [190450]
FAIL: ridge/lmsder/linear_rank1zeros did not converge, status=exceeded
max number of iterations [190453]
FAIL: lmsder/scale=1/linear_rank1 did not converge, status=exceeded
max number of iterations [195851]
FAIL: lmsder/scale=1/weights/linear_rank1 did not converge,
status=exceeded max number of iterations [195854]
FAIL: ridge/lmsder/linear_rank1 did not converge, status=exceeded max
number of iterations [195857]
FAIL: lmsder/scale=10/linear_rank1 did not converge, status=exceeded
max number of iterations [195883]
FAIL: lmsder/scale=10/weights/linear_rank1 did not converge,
status=exceeded max number of iterations [195886]
FAIL: ridge/lmsder/linear_rank1 did not converge, status=exceeded max
number of iterations [195889]
FAIL: lmsder/scale=100/linear_rank1 did not converge, status=exceeded
max number of iterations [195915]
FAIL: lmsder/scale=100/weights/linear_rank1 did not converge,
status=exceeded max number of iterations [195918]
FAIL: ridge/lmsder/linear_rank1 did not converge, status=exceeded max
number of iterations [195921]
FAIL: lmsder/scale=1/linear_rank1zeros did not converge,
status=exceeded max number of iterations [195953]
FAIL: lmsder/scale=1/weights/linear_rank1zeros did not converge,
status=exceeded max number of iterations [195956]
FAIL: ridge/lmsder/linear_rank1zeros did not converge, status=exceeded
max number of iterations [195959]
FAIL: lmsder/scale=10/linear_rank1zeros did not converge,
status=exceeded max number of iterations [195995]
FAIL: lmsder/scale=10/weights/linear_rank1zeros did not converge,
status=exceeded max number of iterations [195998]
FAIL: ridge/lmsder/linear_rank1zeros did not converge, status=exceeded
max number of iterations [196001]
FAIL: lmsder/scale=100/linear_rank1zeros did not converge,
status=exceeded max number of iterations [196037]
FAIL: lmsder/scale=100/weights/linear_rank1zeros did not converge,
status=exceeded max number of iterations [196040]
FAIL: ridge/lmsder/linear_rank1zeros did not converge, status=exceeded
max number of iterations [196043]
FAIL: lmsder/scale=1/fdiff/nist-hahn1 did not converge,
status=exceeded max number of iterations [196269]
FAIL: lmsder/scale=1/fdiff/weights/nist-hahn1 did not converge,
status=exceeded max number of iterations [196285]
FAIL: lmder/scale=1/fdiff/nist-hahn1 did not converge, status=exceeded
max number of iterations [196301]
FAIL: lmder/scale=1/fdiff/weights/nist-hahn1 did not converge,
status=exceeded max number of iterations [196317]
###########################################
###########################################
=========================================
gsl 2.2.90: spmatrix/test-suite.log
=========================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test
==========
gsl: spio.c:178: ERROR: fscanf failed reading header
Default GSL error handler invoked.
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
###########################################
###########################################
Using (64-bit) gcc version 5.3.0 (x86_64-posix-sjlj-rev0, Built by
MinGW-W64 project) the only failure is the spmatrix test - outputting
the same error as above.
Makes no difference to the results whether I configure with
'--disable-shared --enable-static' or '--enable-shared --disable-static'.
Cheers,
Rob