Solver stopps: undefined symbol: __meshutils_MOD_minimalelementalset

Numerical methods and mathematical models of Elmer
Post Reply
makulo
Posts: 1
Joined: 24 Jun 2018, 11:37
Antispam: Yes

Solver stopps: undefined symbol: __meshutils_MOD_minimalelementalset

Post by makulo »

Hello,
please help me with this issue.
I have Elmer compiled on Linux and it works nice sofar that I could run the tests (I didn't done all of them, just about 50 first).
So I started with the wire example (wire.grd) step-by-step with tutorial.
And at least I hit the "start solver" button and this is what I became:

(...)
MAIN: -------------------------------------
MAIN: Reading Model: case.sif
Loading user function library: [MagnetoDynamics]...[WhitneyAVHarmonicSolver_Init0]

Load: Unable to open shared library: [MagnetoDynamics]
MagnetoDynamics: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [MagnetoDynamics.so]
MagnetoDynamics.so: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [./MagnetoDynamics]
./MagnetoDynamics: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [./MagnetoDynamics.so]
./MagnetoDynamics.so: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [/../install//share/elmersolver/lib/MagnetoDynamics]
/../install//share/elmersolver/lib/MagnetoDynamics: cannot open shared object file: No such file or directory

Load: Unable to open shared library: [/../install//share/elmersolver/lib/MagnetoDynamics.so]
/../install//share/elmersolver/lib/MagnetoDynamics.so: undefined symbol: __meshutils_MOD_minimalelementalset

can you please help me?
thank you! M.
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Solver stopps: undefined symbol: __meshutils_MOD_minimalelementalset

Post by mzenker »

Hi,

I think you should check that the Magnetodynamics.so exists and that it resides in the same directory as the .so files for the solvers you used in the other tests.

HTH,

Matthias
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Solver stopps: undefined symbol: __meshutils_MOD_minimalelementalset

Post by raback »

Hi

You say the tests pass. What if you run the tests related to mgdynamics.

Code: Select all

ctest -L whitney
Is it possible that you have two different Elmer versions in your system?

-Peter
Post Reply