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

Make test fails at compiling rem2pi when using icc/ifort+MKL #22551

Closed
carlomontec opened this issue Jun 26, 2017 · 1 comment
Closed

Make test fails at compiling rem2pi when using icc/ifort+MKL #22551

carlomontec opened this issue Jun 26, 2017 · 1 comment
Labels
domain:building Build system, or building Julia or its dependencies

Comments

@carlomontec
Copy link

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:

It was compiled with a checkout from the GIT repository release 0.6:

Version 0.6.1-pre.0
Commit dcf39a1 (2017-06-19 13:06 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
WORD_SIZE: 64
BLAS: libmkl_rt
LAPACK: libmkl_rt
LIBM: libimf
LLVM: libLLVM-3.9.1 (ORCJIT, skylake)

with a Make.user file as:

MARCH=native
USEICC = 1
USEIFC = 1
USE_INTEL_MKL = 1
USE_INTEL_MKL_FFT = 1
USE_INTEL_LIBM = 1

The relevant Error output was as follows:

   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.

@carlomontec 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
@ararslan ararslan added the domain:building Build system, or building Julia or its dependencies label Jun 26, 2017
@ViralBShah
Copy link
Member

rem2pi is now implemented in Julia. Maybe reopen if still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

3 participants