Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
External library cause error depend on OS
Posted Jun 13, 2022, 3:21 a.m. EDT Interfacing, General, Studies & Solvers Version 5.5 1 Reply
Please login with a confirmed email address before reporting spam
Hello, we have FNL on supercomputer with OS: Cent OS 6.5
And possibulity to run Comsol on Windows.
I have a comsol project with imported external *.c
library (dll, so).
I solved project on linux machine and then try to interact with solution via gui and code on Windows.
For Linux I use .os
library for Windows .dll
And only if I have a solution from Linux with used external *.so library I have next error: File not found. - File
I found log with correspond to this error it looks like this:
2022-06-10T20:34:16.448+0200 ERROR [com.comsol.bridge]
Exception:
com.comsol.nativejni.FlNativeException: File not found
Messages:
File not found
- File
Stack trace:
at fllib.cpp, row 80, ()
at com.comsol.nativejni.xmesh.PostInterp.eval(Native Method)
at com.comsol.nativejni.xmesh.PostInterp.eval(SourceFile:40)
at com.comsol.nativemph.xmesh.f.a(SourceFile:71)
at com.comsol.post.dataset.aj$1.a(SourceFile:677)
If you have any suggestion please let me know. I did not have such a problem before I start use external C libraries.