Skip to content

Cannot open libmkl_rt #18

@aminya

Description

@aminya

Testing on Windows with the latest MKL on Julia 1.4:

julia> using LinearAlgebra

julia> BLAS.vendor()
:mkl

julia> using Libdl

julia>dlopen(:libmkl_rt; throw_error=true)
ERROR: could not load library "libmkl_rt"
The specified module could not be found.

Stacktrace:
 [1] dlopen(::String, ::UInt32; throw_error::Bool) at C:\Julia-1.4.0-DEV\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109
 [2] #dlopen#2 at C:\Julia-1.4.0-DEV\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109 [inlined]
 [3] top-level scope at none:0

This came up from this PR to VML.jl : JuliaMath/IntelVectorMath.jl#17

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions