Hello,
I'm trying to install GSL 2.4 on a Rocks cluster running CentOS 6.9, gcc
version 4.4.7. I am running configure with just a --prefix argument. make
succeeds without errors, but make check is failing on the specfunc test.
Here are the contents of the log file:
--------------------------------------------------------------------------------
======================================
gsl 2.4: specfunc/test-suite.log
======================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test
==========
FAIL: gsl_sf_bessel_j2_e(1048576.0, &r) [168]
expected: -3.1518539455252412e-07
obtained: -3.1518539455252539e-07 +/- 2.7994086564622246e-22
(rel=8.88178e-16)
fracdiff: 2.0155588470164931e-15
tolerance: 4.5474735088646412e-13
value/expected not consistent within reported error
-3.151853945525253879e-07 2.799408656462224591e-22
FAIL: Bessel Functions [407]
--------------------------------------------------------------------------------
Is this a known issue? How can I address the underlying issue?
Thanks!
- Eric