cc_staff
163
edits
mNo edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
<!--T:22--> | <!--T:22--> | ||
For VASP-5.4.1, there are three different executable files as well: | For VASP-5.4.1, 5.4.4 (without cuda module), and 6.1.0 (without cuda module) there are three different executable files as well: | ||
* <code>vasp_std</code> for standard NVT calculation and non-gamma k-points | * <code>vasp_std</code> for standard NVT calculation and non-gamma k-points | ||
* <code>vasp_gam</code> for standard NVT calculation and only gamma-point | * <code>vasp_gam</code> for standard NVT calculation and only gamma-point | ||
* <code>vasp_ncl</code> for NPT ensemble and non-gamma-point calculations | * <code>vasp_ncl</code> for NPT ensemble and non-gamma-point calculations | ||
For VASP-5.4.4 and 6.1.0 with cuda module there are two different executable files as well: | |||
* <code>vasp_gpu</code> for standard NVT calculation gamma and non-gamma k-point | |||
* <code>vasp_gpu_ncl</code> for NPT ensemble and both, gamma and non-gamma-point calculations | |||
<!--T:23--> | <!--T:23--> | ||
Line 47: | Line 51: | ||
* [http://theory.cm.utexas.edu/vtsttools/ Transition State Tools] | * [http://theory.cm.utexas.edu/vtsttools/ Transition State Tools] | ||
* [https://github.com/henniggroup/VASPsol VASPsol] | * [https://github.com/henniggroup/VASPsol VASPsol] | ||
== Vasp-GPU == | |||
Vasp-GPU runs on both GPU and CPU of the node. Usually calculation on GPU is much more expensive than CPU, there we highly recommend users to perform a benchmark using one or 2 GPU t make sure they are suing maximum GPU utilization. Fig.1 show a benchmark of Si crystal that contains 256 atoms in unit-cell. | |||
<!--T:11--> | <!--T:11--> |