VASP
操作步骤
- 解压缩
vasp.5.4.4.tar.gz
文件$ tar -xf vasp.5.4.4.tar.gz
- 从模板创建
makefile.include
文件$ cd vasp.5.4.4/ $ cp arch/makefile.include.linux_intel makefile.include
- 编辑
makefile.include
文件,CPP_OPTIONS
中追加-Dsol_compat
参数(用于对应VASP5.4.4版本的VASPsol),FFLAGS
中追加-xHOST
参数(计算提速)FFLAGS = -assume byterecl -w -xHOST
- 添加VASPsol文件
$ cd ../ $ git clone git@github.com:henniggroup/VASPsol.git $ cp VASPsol/src/solvation.F vasp.5.4.4/src/ $ patch vasp.5.4.4/src/pot.F VASPsol/src/patches/pbz_patch_541
- 编译VASP
$ cd vasp.5.4.4/ $ make std gam ncl