This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
howto:vasp [2016/04/05 11:07] kgovender created |
howto:vasp [2024/08/12 17:12] (current) alopis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====P4vasp==== | ||
| + | |||
| + | Please also see P4vasp for postprocessing etc. | ||
| + | |||
| + | [[howto: | ||
| + | |||
| ====VASP==== | ====VASP==== | ||
| + | |||
| + | **NOTE:** The CHPC does **NOT** hold a license for VASP and the software is only accessible to those who have a valid license of their own. | ||
| + | |||
| + | You need to ensure that the relevant VASP files are in the directory were you wish to submit your job from. | ||
| + | Run **qvasp_5.3** or **qvasp_5.4.1** (and press **< | ||
| + | Examples of the script are provided below: | ||
| + | |||
| + | **Note**, please first include this **module load** - even better if your add this line to your .bashrc, then the Easy Scripts should be visible and available: | ||
| + | |||
| + | module load chpc/ | ||
| + | |||
| + | | ||
| + | |||
| + | EXAMPLE1 | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter job name | ||
| + | test | ||
| + | Enter number of nodes on which to run job | ||
| + | 1 | ||
| + | Enter total walltime (hour: | ||
| + | 2:00 | ||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||
| + | |||
| + | | ||
| + | EXAMPLE2 [PLEASE TAKE NOTE OF EMPTY SPACES] | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| + | Enter job name | ||
| + | test | ||
| + | Enter number of nodes on which to run job | ||
| + | | ||
| + | Enter total walltime (hour: | ||
| + | | ||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| + | Generated pbs file for test | ||
| + | Do you wish to submit job to cluster (y/n) | ||
| + | y | ||