Linux software

 
Contact Us
math : atlas-devel
Development version of math/atlas
The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. If you use blas, you can simply change flags when linking, from -lblas to -lf77blas -latlas (order is important). A few routines from LAPACK are merged into one library as libalapack. It requres both C and Fortran77 interfaces, and thus that link line would be: -lalapack -lf77blas -lcblas -latlas -lg2c -lm . Other choice of CC and CFLAGS are *NOT* recommended. They are already optimized for this platform and automatically searched.
Version number : 3.7.37
Md5 : MD5 (atlas3.7.37.tar.bz2) = 5c3fb9a4c74e8426105558a23b2215ff SHA256 (atlas3.7.37.tar.bz2) = bbc56b6355c07666d8021f640da00a35838e87ec4cb4cf52bdbb25336635fd65 SIZE (atlas3.7.37.tar.bz2) = 2282682
Linux Software