Cannot load component library "libflow2d3d.so" - D-Flow Flexible Mesh - Delft3D
intro story D-Flow FM
D-Flow Flexible MeshD-Flow Flexible Mesh (D-Flow FM) is the new software engine for hydrodynamical simulations on unstructured grids in 1D-2D-3D. Together with the familiar curvilinear meshes from Delft3D 4, the unstructured grid can consist of triangles, pentagons (etc.) and 1D channel networks, all in one single mesh. It combines proven technology from the hydrodynamic engines of Delft3D 4 and SOBEK 2 and adds flexible administration, resulting in:
An overview of the current developments can be found here. The D-Flow FM - team would be delighted if you would participate in discussions on the generation of meshes, the specification of boundary conditions, the running of computations, and all kinds of other relevant topics. Feel free to share your smart questions and/or brilliant solutions!
======================================================= | Sub groups
|
Message Boards
Cannot load component library "libflow2d3d.so"
JV
Jay Veeramony, modified 8 Years ago.
Cannot load component library "libflow2d3d.so"
Youngling Posts: 13 Join Date: 3/25/11 Recent Posts 00
I compiled and ran the executable successfully in serial mode. However, when I take the entire executable directory and move it to another machine, which has exactly the same architecture as the machine that the code was successfully compiled, I get the error:
d_hydro ABORT: Cannot load component library "libflow2d3d.so": libDelftOnline.so.0: cannot open shared object file: No such file or directory
When I checked the links using ldd d_hydro.exe, I get
linux-vdso.so.1 => (0x00007fffa13ff000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003c5d200000)
libexpat.so.1 => /u/home/veeramon/utils/lib/libexpat.so.1 (0x00007f44742a3000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003c60a00000)
libm.so.6 => /lib64/libm.so.6 (0x0000003c5de00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003c5f600000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003c5d600000)
libc.so.6 => /lib64/libc.so.6 (0x0000003c5ce00000)
/lib64/ld-linux-x86-64.so.2 (0x0000003c5ca00000)
libimf.so => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libimf.so (0x00007f4473de5000)
libsvml.so => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libsvml.so (0x00007f4473517000)
libirng.so => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libirng.so (0x00007f4473310000)
libintlc.so.5 => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libintlc.so.5 (0x00007f44730c1000)
I do not see a link to libDelftOnline. How do I solve this issue?
d_hydro ABORT: Cannot load component library "libflow2d3d.so": libDelftOnline.so.0: cannot open shared object file: No such file or directory
When I checked the links using ldd d_hydro.exe, I get
linux-vdso.so.1 => (0x00007fffa13ff000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000003c5d200000)
libexpat.so.1 => /u/home/veeramon/utils/lib/libexpat.so.1 (0x00007f44742a3000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003c60a00000)
libm.so.6 => /lib64/libm.so.6 (0x0000003c5de00000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003c5f600000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003c5d600000)
libc.so.6 => /lib64/libc.so.6 (0x0000003c5ce00000)
/lib64/ld-linux-x86-64.so.2 (0x0000003c5ca00000)
libimf.so => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libimf.so (0x00007f4473de5000)
libsvml.so => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libsvml.so (0x00007f4473517000)
libirng.so => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libirng.so (0x00007f4473310000)
libintlc.so.5 => /site/intel/composer_xe_2013.1.117/compiler/lib/intel64/libintlc.so.5 (0x00007f44730c1000)
I do not see a link to libDelftOnline. How do I solve this issue?
Dmitry Kushnir, modified 8 Years ago.
RE: Cannot load component library "libflow2d3d.so"
Jedi Knight Posts: 107 Join Date: 11/9/12 Recent Posts 00
Could you possibly try to check shared library dependencies for libflow2d3d.so? Maybe executing ldd libflow2d3d.so will give a clue.
Kind regards,
Dmitry
Kind regards,
Dmitry