ATLAS on a G5?

Have any of our lovely and astute readers sucessfully gotten the ATLAS libraries to work on a G5 running Tiger?
(i.e., sucessfully linked the LAPACK libraries from the ATLAS distribution)

Progress understanding the fate of the Universe lies in your hands! Thanks in advance for any advice.

August 5th, 2005 by Risa in Computing | 4 comments | RSS feed | Trackback >

4 Responses to “ATLAS on a G5?”

  1. MR Says:

    Have you tried installing the fink package? At least on a G4 there was no problem….

  2. Andrew Jaffe Says:

    Risa-

    Why bother with ATLAS? The Mac has the ‘veclib framework’ which has the whole of LAPACK and BLAS (and more) optimized for the hardware?

    (you link with something like ‘-framework veclib’; not sure about the appropriate include files if you need them)

  3. Deborah Goldsmith Says:

    Since 10.3 the framework to link with has been the Accelerate umbrella framework:

    cc -faltivec -framework Accelerate

    For details, see:
    man Accelerate
    http://developer.apple.com/hardware/ve/

  4. Risa Says:

    Thanks! This was actually for a colleague, but apparently now everything is working fine. (The fink that worked on G4s doesn’t work, but the -framework veclib or -framework Accelerate worked fine.)