bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] [bug #54919] gsl 2.5+ test fails with icc (2016.4 and later)


From: Vladimir Khodygo
Subject: [Bug-gsl] [bug #54919] gsl 2.5+ test fails with icc (2016.4 and later)
Date: Tue, 30 Oct 2018 11:20:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

URL:
  <https://savannah.gnu.org/bugs/?54919>

                 Summary: gsl 2.5+ test fails with icc (2016.4 and later) 
                 Project: GNU Scientific Library
            Submitted by: vladk
            Submitted on: Tue 30 Oct 2018 03:20:29 PM UTC
                Category: Build
                Severity: 3 - Normal
        Operating System: linux  3.10.0-693.21.1.el7.x86_64 
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: 2.5+
         Discussion Lock: Any

    _______________________________________________________

Details:

We have a new cluster with some recent versions of Intel compiler. The problem
is that we can't build GSL using icc.
Our system: 


linux 3.10.0-693.21.1.el7.x86_64 


I tried to configure the build using all available versions:


$ module load compiler/intel/2018/4
$ ./configure CC="icc" && make && make check
$ tail linalg/test-suite.log 
(100,100)[95,92]:  -0.146353039189954709                        0
(100,100)[95,93]:   0.936695419957380704                        1
(100,100)[95,97]:   0.787044424272387078                        1
FAIL:   SV_decomp bigsparse [155000]
FAIL: Singular Value Decomposition [221674]
  4[0]:   -63.9999999999570335                      -64
  4[1]:    899.999999999545594                      900
FAIL:   SV_solve hilbert(4) [388577]
FAIL: SVD Solve [388583]



$ module load compiler/intel/2018/3
$ ./configure CC="icc" && make && make check
$ tail linalg/test-suite.log 
(100,100)[95,92]:  -0.146353039189954709                        0
(100,100)[95,93]:   0.936695419957380704                        1
(100,100)[95,97]:   0.787044424272387078                        1
FAIL:   SV_decomp bigsparse [155000]
FAIL: Singular Value Decomposition [221674]
  4[0]:   -63.9999999999570335                      -64
  4[1]:    899.999999999545594                      900
FAIL:   SV_solve hilbert(4) [388577]
FAIL: SVD Solve [388583]



$ module load compiler/intel/2018/2
$ ./configure CC="icc" && make && make check
$ tail linalg/test-suite.log 
(100,100)[95,92]:  -0.146353039189954709                        0
(100,100)[95,93]:   0.936695419957380704                        1
(100,100)[95,97]:   0.787044424272387078                        1
FAIL:   SV_decomp bigsparse [155000]
FAIL: Singular Value Decomposition [221674]
  4[0]:   -63.9999999999570335                      -64
  4[1]:    899.999999999545594                      900
FAIL:   SV_solve hilbert(4) [388577]
FAIL: SVD Solve [388583]




$ module load compiler/intel/2017/7
$ ./configure CC="icc" && make && make check
$ tail linalg/test-suite.log 
(100,100)[95,92]:  -0.146353039189954709                        0
(100,100)[95,93]:   0.936695419957380704                        1
(100,100)[95,97]:   0.787044424272387078                        1
FAIL:   SV_decomp bigsparse [155000]
FAIL: Singular Value Decomposition [221674]
  4[0]:   -63.9999999999570335                      -64
  4[1]:    899.999999999545594                      900
FAIL:   SV_solve hilbert(4) [388577]
FAIL: SVD Solve [388583]



$ module load compiler/intel/2017/4
$ ./configure CC="icc" && make && make check
$ tail linalg/test-suite.log 
(100,100)[95,92]:  -0.146353039189954709                        0
(100,100)[95,93]:   0.936695419957380704                        1
(100,100)[95,97]:   0.787044424272387078                        1
FAIL:   SV_decomp bigsparse [155000]
FAIL: Singular Value Decomposition [221674]
  4[0]:   -63.9999999999570335                      -64
  4[1]:    899.999999999545594                      900
FAIL:   SV_solve hilbert(4) [388577]
FAIL: SVD Solve [388583]



$ module load compiler/intel/2016/4
$ ./configure CC="icc" && make && make check
$ cat cblas/test-suite.log 
====================================
   gsl 2.5+: cblas/test-suite.log
====================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test
==========


Please, let me know if you need any additional information. 




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54919>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]