Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/vaspkit
- Decompress the installation package and go to the directory generated after the decompression.
tar xvf vaspkit.0.52.tar.gz cd vaspkit.0.52
- Modify the compilation file.
- Open make.inc.
vim make.inc
- Press i to enter the insert mode. Change the content in line 6 to FC=flang and the content in line 12 to CC=clang.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open make.inc.
- Perform the compilation.
cd src make
Parent topic: VASPKIT 0.52 Porting Guide (Kylin V10)