You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libmrcpp.so doesn't define mrcpp::SharedMemory::SharedMemory(int, int) - it is missing in the source code both in mrcpp-1.4.1 and in its current revision. OpenMPI is used if this matters.
Version: 1.1.0
mrcpp-1.4.1
clang-14
FreeBSD 13.1
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
ld: error: undefined symbol: mrcpp::SharedMemory::SharedMemory(int, int)
Broken when mrcpp uses OpenMPI: ld: error: undefined symbol: mrcpp::SharedMemory::SharedMemory(int, int)
Nov 14, 2022
Hi Yuri, how did you provide mrcpp in this case? Did you compile it separately first and link it manually to mrchem, or was it fetched and compiled automatically when you tried to build mrchem?
libmrcpp.so doesn't define
mrcpp::SharedMemory::SharedMemory(int, int)
- it is missing in the source code both in mrcpp-1.4.1 and in its current revision. OpenMPI is used if this matters.Version: 1.1.0
mrcpp-1.4.1
clang-14
FreeBSD 13.1
The text was updated successfully, but these errors were encountered: