Rate This Document
Findability
Accuracy
Completeness
Readability

Installing OPTIMIZED-ROUTINES

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to install OPTIMIZED-ROUTINES.
    yum install glibc* glibm* -y
    tar -xvf optimized-routines-201910.tar.gz
    cd optimized-routines-201910
    mkdir -p /path/to/MATH
    cp config.mk.dist config.mk
    make -j 16
    cp -r ./build/* /path/to/MATH
  3. Check whether the installation is successful.
    cd /path/to/MATH
    ls lib

    If the following information is displayed, the installation is successful.