root / examples / Vasp / README @ 1
Historique | Voir | Annoter | Télécharger (1,24 ko)
| 1 | 1 | equemene | As VASP can perform NEB calculations, Path can use it in two ways: Serial or Parallel. |
|---|---|---|---|
| 2 | 1 | equemene | |
| 3 | 1 | equemene | ** Serial |
| 4 | 1 | equemene | In the Serial mode, Path uses Vasp to compute the energy and forces of each image separately (as it does for Gaussian for example). |
| 5 | 1 | equemene | Therefore, the INCAR file should not contain any references to the number of images (no IMAGES command!). |
| 6 | 1 | equemene | |
| 7 | 1 | equemene | ** Parallel |
| 8 | 1 | equemene | In the Parallel mode, Path uses VASP to compute at once the energies and forces for all the images (as VASP does for a NEB calculation). |
| 9 | 1 | equemene | Therefore, the INCAR file MUST contain the IMAGES command. |
| 10 | 1 | equemene | More, the directories 00, 01, ... should exist. |
| 11 | 1 | equemene | |
| 12 | 1 | equemene | ************* Home or Scracth ? ******* |
| 13 | 1 | equemene | On our local cluster, it is adviced to perform the calculations on the /scratch directory that is local rather than on the /home that is mounted |
| 14 | 1 | equemene | via NFS and is thus slow. |
| 15 | 1 | equemene | However, when doing so, we sometimes had troubles with VASP, and discovered that all files should be copied on the /scratch of all machines. |
| 16 | 1 | equemene | Therefore, the scripts are a bit tricky. |
| 17 | 1 | equemene | In case your computer center is similar to ours, we provide 2 SGE scripts: |
| 18 | 1 | equemene | run_Path_SGE_home: performs the VASP calculations in the /home directory |
| 19 | 1 | equemene | run_Path_SGE_scratch: creates the directories, copies the files and performs the VASP calculations in the local /scratch directories. |
| 20 | 1 | equemene |