Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source code directory.
cd /path/to/thrust/thrust
- Create a build directory and go to it.
mkdir build cd build
- Perform the compilation and installation.
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/thrust make -j 64 make -j install
Parent topic: Thrust 1.12 Porting Guide (Kylin V10)