We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your excellent work in this domain!
when runing the makefile in multi1, the error raised at "import liboofem
File "multi1.py", line 9, in import liboofem ImportError: /home/shguan/dem-fem-coupling-master/install/liboofem.so: undefined symbol: gc
could you help me about this problem?
sh. Guan guanshaoheng@qq.com
BEST WISHES
The text was updated successfully, but these errors were encountered:
I found the reason that in the cmake step, i have open the -DUSE_OOFEG="ON" which caused this error
-DUSE_OOFEG="ON"
Sorry, something went wrong.
cmake -DUSE_OOFEG="ON" -DUSE_PYTHON_BINDINGS="ON" -DCKIT_DIR="/home/shguan/oofem/Ckit" -DELIXIR_DIR="/home/shguan/oofem/Elixir" ../oofem-2.5
should be repalced by
cmake -DUSE_PYTHON_BINDINGS="ON" -DCKIT_DIR="/home/shguan/oofem/Ckit" -DELIXIR_DIR="/home/shguan/oofem/Elixir" ../oofem-2.5
No branches or pull requests
Thanks for your excellent work in this domain!
when runing the makefile in multi1, the error raised at "import liboofem
File "multi1.py", line 9, in import liboofem ImportError: /home/shguan/dem-fem-coupling-master/install/liboofem.so: undefined symbol: gc
could you help me about this problem?
sh. Guan
guanshaoheng@qq.com
BEST WISHES
The text was updated successfully, but these errors were encountered: