Recently, I have been working on a project in Apple Computers Mac OS X 10.2, where I have been trying to implement Apple Computers version of BLAS (www.netlib.org/blas/), which is contained in its veclib framework (http://developer.apple.com/techpubs/macosx/ReleaseNotes/vecLib.html). I have been trying very hard to get it working, but I have extremely limited knowledge of compiling under UNIX and all instructions I have found assume some sort of advanced knowledge. One of the places I started understanding this is with the documentation for the PPC G4 Altivec unit (http://developer.apple.com/hardware/ve/index.html). One of the places that seemed to provide tantalizing information was at http://developer.apple.com/hardware/ve/quickstart.html, especially its mentioning of CBLAS, along with here, http://developer.apple.com/hardware/ve/algorithms.html.
One of the best system seems to be GSL, (http://sources.redhat.com/gsl/), but I am unsure if can accomplish the routines I need. I need to accomplish high speed fast fourier transforms in 2 dimensions, maybe even 3. If anyone has any commentary on that program or how to compile it, that would be great also.
Another good place to look is by searching for VBLAS, CBLAS, or BLAS on goggle along with the words Mac OS X or Darwin or Terminal. Another good thing to look up is the SUN supercomputing libraries. Another good place to look is SALs numerical analysis miselaneous software. It has many of the links to different BLAS and FFT processing programs. See : http://sal.kachinatech.com/B/0/
Basically, I wish to know how to get a BLAS or similar FFT processing system working in Mac OS X (which has Darwin underlying it) so I can input supercomputer style computations. Anyone willing to help me?
One of the best system seems to be GSL, (http://sources.redhat.com/gsl/), but I am unsure if can accomplish the routines I need. I need to accomplish high speed fast fourier transforms in 2 dimensions, maybe even 3. If anyone has any commentary on that program or how to compile it, that would be great also.
Another good place to look is by searching for VBLAS, CBLAS, or BLAS on goggle along with the words Mac OS X or Darwin or Terminal. Another good thing to look up is the SUN supercomputing libraries. Another good place to look is SALs numerical analysis miselaneous software. It has many of the links to different BLAS and FFT processing programs. See : http://sal.kachinatech.com/B/0/
Basically, I wish to know how to get a BLAS or similar FFT processing system working in Mac OS X (which has Darwin underlying it) so I can input supercomputer style computations. Anyone willing to help me?