Installing System Dependencies
Use yum sources to install the base software on which the system depends, including GCC/G++ and Python.
- Use PuTTY to log in to the server as the root user.
- Install the system dependencies.
yum install tar make python3-devel git gcc-c++ numactl-devel
Parent topic: Configuring the Compilation Environment