# HG changeset patch # User bgruening # Date 1369181414 14400 # Node ID 3bf7e2082c5c2afd41d917bf178657843018315f # Parent 11bb8ca8c41ca087354410846c302e7e432ef033 Uploaded diff -r 11bb8ca8c41c -r 3bf7e2082c5c tool_dependencies.xml --- a/tool_dependencies.xml Tue May 21 16:15:03 2013 -0400 +++ b/tool_dependencies.xml Tue May 21 20:10:14 2013 -0400 @@ -10,6 +10,9 @@ mkdir build && cd build && mkdir $INSTALL_DIR/atlas/ && + ../configure -Fa alg -fPIC --prefix=$INSTALL_DIR/atlas/ --with-netlib-lapack-tarfile=../../lapack-3.4.2.tgz cd ./ATLAS/build && make cd ./ATLAS/build && make install @@ -20,6 +23,9 @@ - ATLAS_LIB_DIR and ATLAS_INCLUDE_DIR will be set (including libatlas.a) + ATLAS_LIB_DIR and ATLAS_INCLUDE_DIR will be set (including libatlas.a). + During ATLAS library compilation, ATLAS performs code efficiency checks. These checks can only provide optimal results, if "frequency scaling" is disabled on the CPU, and no other load-intense processes are running. + Ideally, you should compile on an empty cluster node with CPU frequency scaling disabled (see "cpufreq-selector" or "cpufreq-set"). +