我要评分
获取效率
正确性
完整性
易理解

Installing BLAS

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to decompress the BLAS installation package:
    cd /path/to/SRC
    tar -xvf blas.tgz
  3. Run the following command to go to the directory generated after decompression:
    cd BLAS-3.8.0
  4. Run the following commands to perform the compilation and installation:
    `which gfortran` -c -O3 -fomit-frame-pointer -funroll-loops *.f
    ar rv libblas.a *.o
  5. Run the following command to move the compiled static library to the planned directory:
    cp libblas.a /path/to/DEPENDENCIES/lib/