ATLAS Admin

Installation Procedure

Not sure whether the -cflags argument and the --with-netlib-lapack args are still appropriate. --shared is necessary to build dynamic .so library files rather than just .a library files.


% cp atlas3.9.78.tar.bz2 /src/util
% cd /src/util
% rm -rf ATLAS
% bunzip2 atlas3.9.78.tar.bz2
% tar -xvf atlas3.9.78.tar
% cd ATLAS/
% mkdir Linux_x86_64
% cd Linux_x86_64/
% ../configure --prefix=/util/atlas-3.9.78 --shared --cflags='-fPIC' --with-netlib-lapack=/usr/lib64
% make
# make install