Skip to content

issues with installing Pardiso #76

@manschuer

Description

@manschuer

Hi all,

I've tried to install Pardiso in Julia on my Linux notebook.

I've downloaded libpardiso600-GNUXXX-X86-64.so to "/Users/manuel/Pardiso" and set
ENV["JULIA_PARDISO"] = "/Users/manuel/Pardiso" in .julia/config/startup.jl.

I can run

Pkg.add("Pardiso")
Pkg.build("Pardiso")
using Pardiso

without any error message, but

Pardiso.show_build_log()
gives
"no log file found"

and
PardisoSolver()
gives
"pardiso library was not loaded"

Which step did I miss?
Thank you very much for your help!

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