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
I encountered an error while running make test in Ubuntu 16.04 using Intel compilers version 17.04 and MKL. Error seems to be at compiling the function rem2pi which makes me think is related to:
compile | 88 88
FAILURE
Error in testset linalg/diagonal:
Error During Test
Test threw an exception of type ErrorException
Expression: ≈(func(D), func(DM), atol=n ^ 2 * eps(relty) * 2)
error compiling logdet: error compiling rem2pi: could not load library "libopenspecfun"
libopenlibm.so.2: cannot open shared object file: No such file or directory
Error in testset linalg/diagonal:
Error During Test
Test threw an exception of type ErrorException
Expression: ≈(func(D), func(DM), atol=n ^ 2 * eps(relty) * 2)
error compiling logdet: error compiling rem2pi: could not load library "libopenspecfun"
libopenlibm.so.2: cannot open shared object file: No such file or directory
Error in testset linalg/arnoldi:
Error During Test
Got an exception of type Base.LinAlg.ARPACKException outside of a @test
Base.LinAlg.ARPACKException("unspecified ARPACK error: 4294967292")
Error in testset linalg/arnoldi:
Error During Test
Got an exception of type Base.LinAlg.ARPACKException outside of a @test
Base.LinAlg.ARPACKException("unspecified ARPACK error: 4294967292")
Error in testset linalg/arnoldi:
Error During Test
Got an exception of type LoadError outside of a @test
LoadError: Base.LinAlg.ARPACKException("unspecified ARPACK error: 4294967292")
while loading /usr/local/julia-0.6/julia/test/linalg/arnoldi.jl, in expression starting on line 91
The error does not appear when compiling with GCC and BLAS libraries.
The text was updated successfully, but these errors were encountered:
carlomontec
changed the title
Testall fails at compiling rem2pi when using icc/ifort+MKL
Make test fails at compiling rem2pi when using icc/ifort+MKL
Jun 26, 2017
I encountered an error while running
make test
in Ubuntu 16.04 using Intel compilers version 17.04 and MKL. Error seems to be at compiling the functionrem2pi
which makes me think is related to:It was compiled with a checkout from the GIT repository
release 0.6
:with a Make.user file as:
The relevant Error output was as follows:
The error does not appear when compiling with GCC and BLAS libraries.
The text was updated successfully, but these errors were encountered: