This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:dlpoly [2015/12/09 13:16] kgovender |
howto:dlpoly [2024/08/12 13:30] (current) alopis |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====Easy DLPOLY_2.2 PBS creation and submission==== | + | ====DLPOLY job submission==== |
| - | Execute | + | There are different versions of DLPOLY currently installed on our system. |
| - | This script handles PBS setup and submission. | + | These include DLPOLY 1.9 (also known as DLPOLY classic), DLPOLY 4.07 and DLPOLY 4.08. |
| - | Sets up the mpi environment variables allowing you to run over multiple processors | + | As such there are different scripts available on the login node for PBS job creation and submission. |
| + | To run any or these scripts execute **qdlpoly_1.9**, | ||
| + | Please ensure CONFIG, CONTROL | ||
| + | |||
| + | **Note**, please first include this **module load** - even better if your add this line to your .bashrc, then the Easy Scripts should be visible | ||
| + | |||
| + | module load chpc/ | ||
| + | |||
| + | |||
| + | Examples of input required for these scripts are provided below. | ||
| EXAMPLE1 | EXAMPLE1 | ||
| + | Enter project name/ | ||
| + | CHEM0100 | ||
| Enter job name | Enter job name | ||
| test | test | ||
| Enter number of nodes on which to run job | Enter number of nodes on which to run job | ||
| 1 | 1 | ||
| - | | + | Enter total walltime (hour: |
| - | 12 | + | 2:00 |
| - | | + | Enter email address |
| - | 2:00:00 | + | |
| - | Enter name of queue on which to run job | + | |
| - | | + | |
| Generated pbs file for test | Generated pbs file for test | ||
| Do you wish to submit job to cluster (y/n) | Do you wish to submit job to cluster (y/n) | ||
| y | y | ||
| + | |||
| | | ||
| EXAMPLE2 [PLEASE TAKE NOTE OF EMPTY SPACES] | EXAMPLE2 [PLEASE TAKE NOTE OF EMPTY SPACES] | ||
| - | Enter input file (with .inp extension) | + | Enter project name/ |
| + | CHEM0100 | ||
| + | Enter job name | ||
| test | test | ||
| Enter number of nodes on which to run job | Enter number of nodes on which to run job | ||
| | | ||
| - | | + | Enter total walltime (hour: |
| - | + | ||
| - | | + | |
| - | + | ||
| - | Enter name of queue on which to run job | + | |
| | | ||
| + | Enter email address | ||
| + | testing@gmail.com | ||
| Generated pbs file for test | Generated pbs file for test | ||
| Do you wish to submit job to cluster (y/n) | Do you wish to submit job to cluster (y/n) | ||
| y | y | ||