Displaying 1 result from an estimated 1 matches for "multigridxyf2_".
2019 Dec 13
0
dlopen RTD_LAZY and RTLD_GLOBAL
...D_LAZY | os.RTLD_GLOBAL)
python then does a bunch of imports and most results in a shared library
with indefined symbols. Somthing like:
> from .w3dpy import *
> ImportError:
> /usr/local/lib64/python3.6/site-packages/warp/w3dpy.cpython-36m-x86_64-linux-gnu.so:
undefined symbol: multigridxyf2_
The codes works fine on Scientific Linux 7 but had the same problem as
above on fedora 31. I suspect something changed in the way dlopen is
handled on newer linux version but cannot figure out how the code should
be modified...
Thank you for any help. All the best, -- Philippe.