Ubuntu for MAGMA question

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
Stan Tomov
Posts: 283
Joined: Fri Aug 21, 2009 10:39 pm

Re: Ubuntu for MAGMA question

Post by Stan Tomov » Tue Aug 10, 2010 1:28 pm

Hi,
It should work. In lib there are binaries for both 32 and 64 bit.
Let us know if it doesn't (in which case I can send you the sources).
Stan

fletchjp
Posts: 203
Joined: Mon Dec 27, 2010 7:29 pm

Re: Ubuntu for MAGMA question

Post by fletchjp » Mon Dec 27, 2010 7:54 pm

It is worthwhile knowing that Ubuntu follows Debian practice with 64 bit libraries.

Fedora by default uses lib for 32 bit libraries and lib64 for 64 bit libraries

Debian and Ubuntu by default uses lib32 for 32 bit libraries and lib for 64 bit libraries (lib64 is a link to lib).

I found this out the hard way trying to build some software from source.

Post Reply