Installing OPTIMIZED-ROUTINES
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- Check whether the installation is successful.
cd /path/to/MATH ls lib
If the following information is displayed, the installation is successful.

Parent topic: Configuring the Compilation Environment