JuliaInv / MUMPSjInv.jl

MUMPS interface for Julia
17 stars 13 forks source link

the path in ccall function #1

Open pingzou opened 10 years ago

pingzou commented 10 years ago

Because the MUMPS lib path in the ccall function is "../lib/MUMPS", the package can only work when I run the julia at the path .julia/MUMPS/src. If In other path, I will get the errors info "error compiling factorMUMPS: could not load module ../lib/MUMPS"

The testing platform is ubuntu 13.10, the testing function is factorMUMPS in the package.

lruthotto commented 10 years ago

We are looking for a smart way to find out the path to the module (any suggestions?). for the moment you could replace ../lib/MUMPS by an absolute path. This works for me.