Replies: 1 comment 2 replies
-
Demangler says the undefined symbol is Except ... it's defined in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am seeing this warning message that is causing my program that uses Libmesh to error out:
./Libmesh/include/timpi/communicator.h:1217:15: warning: inline function ‘void TIMPI::Communicator::broadcast(T&, unsigned int, bool) const [with T = std::__cxx11::basic_string<char>]’ used but never defined 1217 | inline void broadcast(T & data, const unsigned int root_id=0,
Has anyone dealt with this before? The error I end up getting in my terminal is
undefined symbol: _ZNK5TIMPI12Communicator9broadcastINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRT_jb
I saw a discussion about a similar issue in 2023 but no solution was posted. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions