undefined symbol

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
alfarabi
Posts: 1
Joined: Tue Nov 16, 2010 3:37 pm

undefined symbol

Post by alfarabi » Tue Nov 16, 2010 3:44 pm

I recently attempted to access the dynamic magma 0.2 libraries available for download in another posting on this forum using Python's ctypes on 64-bit Linux, I observed the following error:

Code: Select all

undefined symbol: __gxx_personality_v0
Any idea why this is happening? Also, have the previously announced plans to release source code been effectively abandoned?

braunm
Posts: 5
Joined: Thu Dec 23, 2010 6:55 pm

Re: undefined symbol

Post by braunm » Fri Dec 24, 2010 11:47 pm

I just came across this error, too. When compiling, link to libstdc++ as well as the cuda libraries. This is a symbol in the standard C++ library.

Post Reply