我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the source package directory.
    cd /path/to/vaspkit
  3. Decompress the installation package and go to the directory generated after the decompression.
    tar xvf vaspkit.0.52.tar.gz
    cd vaspkit.0.52
  4. Modify the compilation file.
    1. Open make.inc.
      vim make.inc
    2. 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.
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  5. Perform the compilation.
    cd src
    make